Html Css Color HEX #C96DEB Heliotrope

📋 copy color: '#C96DEB'

red 201 ◦ green 109 ◦ blue 235

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

Shades of Heliotrope #C96DEB

Tints of Heliotrope #C96DEB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20%

 BLUE value IS 235 (92.19% from 255) = 43.12%

R = 36.88%
G = 20%
B = 43.12%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C96DEB (or 0xC96DEB) is known color: Heliotrope. HEX triplet: C9, 6D and EB. RGB value is (201,109,235). Sum of RGB (Red+Green+Blue) = 201+109+235=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #C96DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96DEB is #369214. Grayscale: #969696. Windows color (decimal): -3576341 or 15429065. OLE color: 15429065.

HSL color Cylindrical-coordinate representation of color #C96DEB: hue angle of 283.81º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C96DEB is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 109 235 -
CMYK 0.14 0.54 0 0.08
HSL 283.81º 0.76% 0.67% -
HSV(B) 283.81º 0.54% 0.92% -
XYZ 44.55 29.35 81.91 -
YUV 150.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 201 109 235 0.14 0.54 0 0.08 283.81 0.76 0.67
Hex C9 6D EB E 36 0 8 11C 4C 43
Octal 311 155 353 16 66 0 10 434 114 103
Binary 11001001 1101101 11101011 1110 110110 0 1000 100011100 1001100 1000011

Color Harmonies of #C96DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DEB

Black with #C96DEB

Text Example


Text Example

White with #C96DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DEB; }

 p { color: rgb(201,109,235); }

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

background-color css

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

 a { background-color: rgb(201,109,235); }

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

border-color css

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

 span { border-color: rgb(201,109,235); }

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