Html Css Color HEX #C96CEC Heliotrope

📋 copy color: '#C96CEC'

red 201 ◦ green 108 ◦ blue 236

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

Shades of Heliotrope #C96CEC

Tints of Heliotrope #C96CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.82%

 BLUE value IS 236 (92.58% from 255) = 43.3%

R = 36.88%
G = 19.82%
B = 43.3%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C96CEC (or 0xC96CEC) is known color: Heliotrope. HEX triplet: C9, 6C and EC. RGB value is (201,108,236). Sum of RGB (Red+Green+Blue) = 201+108+236=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #C96CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96CEC is #369313. Grayscale: #959595. Windows color (decimal): -3576596 or 15494345. OLE color: 15494345.

HSL color Cylindrical-coordinate representation of color #C96CEC: hue angle of 283.59º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C96CEC is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 108 236 -
CMYK 0.15 0.54 0 0.07
HSL 283.59º 0.77% 0.67% -
HSV(B) 283.59º 0.54% 0.93% -
XYZ 44.59 29.2 82.64 -
YUV 150.4 176.31 164.09 -
System Red Green Blue C M Y K H S L
Decimal 201 108 236 0.15 0.54 0 0.07 283.59 0.77 0.67
Hex C9 6C EC F 36 0 7 11C 4D 43
Octal 311 154 354 17 66 0 7 434 115 103
Binary 11001001 1101100 11101100 1111 110110 0 111 100011100 1001101 1000011

Color Harmonies of #C96CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CEC

Black with #C96CEC

Text Example


Text Example

White with #C96CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CEC; }

 p { color: rgb(201,108,236); }

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

background-color css

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

 a { background-color: rgb(201,108,236); }

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

border-color css

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

 span { border-color: rgb(201,108,236); }

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