Html Css Color HEX #C956F8 Heliotrope

📋 copy color: '#C956F8'

red 201 ◦ green 86 ◦ blue 248

#C956F8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C956F8

Tints of Heliotrope #C956F8

RGB

 RED value IS 201 (78.91% from 255) = 37.57%

 GREEN value IS 86 (33.98% from 255) = 16.07%

 BLUE value IS 248 (97.27% from 255) = 46.36%

R = 37.57%
G = 16.07%
B = 46.36%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C956F8 (or 0xC956F8) is known color: Heliotrope. HEX triplet: C9, 56 and F8. RGB value is (201,86,248). Sum of RGB (Red+Green+Blue) = 201+86+248=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 86 (33.98% from 255 or 16.07% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #C956F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C956F8 is #36A907. Grayscale: #8A8A8A. Windows color (decimal): -3582216 or 16275145. OLE color: 16275145.

HSL color Cylindrical-coordinate representation of color #C956F8: hue angle of 282.59º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C956F8 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 201 86 248 -
CMYK 0.19 0.65 0 0.03
HSL 282.59º 0.92% 0.65% -
HSV(B) 282.59º 0.65% 0.97% -
XYZ 44.36 25.85 91.46 -
YUV 138.85 189.6 172.33 -
System Red Green Blue C M Y K H S L
Decimal 201 86 248 0.19 0.65 0 0.03 282.59 0.92 0.65
Hex C9 56 F8 13 41 0 3 11B 5C 41
Octal 311 126 370 23 101 0 3 433 134 101
Binary 11001001 1010110 11111000 10011 1000001 0 11 100011011 1011100 1000001

Color Harmonies of #C956F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C956F8

Black with #C956F8

Text Example


Text Example

White with #C956F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C956F8; }

 p { color: rgb(201,86,248); }

 H1.HeaderClassName
 {
   color: #C956F8;
 }
 .AnyTagClassName
 {
   color: #C956F8;
 }
</style>

background-color css

<style>
 a { background-color: #C956F8; }

 a { background-color: rgb(201,86,248); }

 div.DivClassName
 {
   background-color: #C956F8;
 }
 .BgClassName
 {
   background-color: #C956F8;
 }
</style>

border-color css

<style>
 span { border-color: #C956F8; }

 span { border-color: rgb(201,86,248); }

 td.TdClassName
 {
   border-color: #C956F8;
 }
 .TagClassName
 {
   border-color: #C956F8;
 }
</style>