Html Css Color HEX #C96EEF Heliotrope

📋 copy color: '#C96EEF'

red 201 ◦ green 110 ◦ blue 239

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

Shades of Heliotrope #C96EEF

Tints of Heliotrope #C96EEF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20%

 BLUE value IS 239 (93.75% from 255) = 43.45%

R = 36.55%
G = 20%
B = 43.45%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C96EEF (or 0xC96EEF) is known color: Heliotrope. HEX triplet: C9, 6E and EF. RGB value is (201,110,239). Sum of RGB (Red+Green+Blue) = 201+110+239=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #C96EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96EEF is #369110. Grayscale: #979797. Windows color (decimal): -3576081 or 15691465. OLE color: 15691465.

HSL color Cylindrical-coordinate representation of color #C96EEF: hue angle of 282.33º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C96EEF is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 110 239 -
CMYK 0.16 0.54 0 0.06
HSL 282.33º 0.8% 0.68% -
HSV(B) 282.33º 0.54% 0.94% -
XYZ 45.24 29.8 85.03 -
YUV 151.92 177.15 163.01 -
System Red Green Blue C M Y K H S L
Decimal 201 110 239 0.16 0.54 0 0.06 282.33 0.8 0.68
Hex C9 6E EF 10 36 0 6 11A 50 44
Octal 311 156 357 20 66 0 6 432 120 104
Binary 11001001 1101110 11101111 10000 110110 0 110 100011010 1010000 1000100

Color Harmonies of #C96EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EEF

Black with #C96EEF

Text Example


Text Example

White with #C96EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EEF; }

 p { color: rgb(201,110,239); }

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

background-color css

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

 a { background-color: rgb(201,110,239); }

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

border-color css

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

 span { border-color: rgb(201,110,239); }

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