Html Css Color HEX #C96FE8 Heliotrope

📋 copy color: '#C96FE8'

red 201 ◦ green 111 ◦ blue 232

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

Shades of Heliotrope #C96FE8

Tints of Heliotrope #C96FE8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.4%

 BLUE value IS 232 (91.02% from 255) = 42.65%

R = 36.95%
G = 20.4%
B = 42.65%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C96FE8 (or 0xC96FE8) is known color: Heliotrope. HEX triplet: C9, 6F and E8. RGB value is (201,111,232). Sum of RGB (Red+Green+Blue) = 201+111+232=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #C96FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96FE8 is #369017. Grayscale: #979797. Windows color (decimal): -3575832 or 15232969. OLE color: 15232969.

HSL color Cylindrical-coordinate representation of color #C96FE8: hue angle of 284.63º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96FE8 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 111 232 -
CMYK 0.13 0.52 0 0.09
HSL 284.63º 0.72% 0.67% -
HSV(B) 284.63º 0.52% 0.91% -
XYZ 44.34 29.61 79.72 -
YUV 151.7 173.32 163.16 -
System Red Green Blue C M Y K H S L
Decimal 201 111 232 0.13 0.52 0 0.09 284.63 0.72 0.67
Hex C9 6F E8 D 34 0 9 11D 48 43
Octal 311 157 350 15 64 0 11 435 110 103
Binary 11001001 1101111 11101000 1101 110100 0 1001 100011101 1001000 1000011

Color Harmonies of #C96FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FE8

Black with #C96FE8

Text Example


Text Example

White with #C96FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FE8; }

 p { color: rgb(201,111,232); }

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

background-color css

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

 a { background-color: rgb(201,111,232); }

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

border-color css

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

 span { border-color: rgb(201,111,232); }

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