Html Css Color HEX #C96AE8 Heliotrope

📋 copy color: '#C96AE8'

red 201 ◦ green 106 ◦ blue 232

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

Shades of Heliotrope #C96AE8

Tints of Heliotrope #C96AE8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.67%

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

R = 37.29%
G = 19.67%
B = 43.04%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C96AE8 (or 0xC96AE8) is known color: Heliotrope. HEX triplet: C9, 6A and E8. RGB value is (201,106,232). Sum of RGB (Red+Green+Blue) = 201+106+232=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #C96AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96AE8 is #369517. Grayscale: #949494. Windows color (decimal): -3577112 or 15231689. OLE color: 15231689.

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

Color convert

RGB 201 106 232 -
CMYK 0.13 0.54 0 0.09
HSL 285.24º 0.73% 0.66% -
HSV(B) 285.24º 0.54% 0.91% -
XYZ 43.81 28.55 79.55 -
YUV 148.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 201 106 232 0.13 0.54 0 0.09 285.24 0.73 0.66
Hex C9 6A E8 D 36 0 9 11D 49 42
Octal 311 152 350 15 66 0 11 435 111 102
Binary 11001001 1101010 11101000 1101 110110 0 1001 100011101 1001001 1000010

Color Harmonies of #C96AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96AE8

Black with #C96AE8

Text Example


Text Example

White with #C96AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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