Html Css Color HEX #C96FEB Heliotrope

📋 copy color: '#C96FEB'

red 201 ◦ green 111 ◦ blue 235

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

Shades of Heliotrope #C96FEB

Tints of Heliotrope #C96FEB

RGB

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

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

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

R = 36.75%
G = 20.29%
B = 42.96%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C96FEB (or 0xC96FEB) is known color: Heliotrope. HEX triplet: C9, 6F and EB. RGB value is (201,111,235). Sum of RGB (Red+Green+Blue) = 201+111+235=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #C96FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96FEB is #369014. Grayscale: #979797. Windows color (decimal): -3575829 or 15429577. OLE color: 15429577.

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

Color convert

RGB 201 111 235 -
CMYK 0.14 0.53 0 0.08
HSL 283.55º 0.76% 0.68% -
HSV(B) 283.55º 0.53% 0.92% -
XYZ 44.77 29.78 81.99 -
YUV 152.05 174.82 162.92 -
System Red Green Blue C M Y K H S L
Decimal 201 111 235 0.14 0.53 0 0.08 283.55 0.76 0.68
Hex C9 6F EB E 35 0 8 11C 4C 44
Octal 311 157 353 16 65 0 10 434 114 104
Binary 11001001 1101111 11101011 1110 110101 0 1000 100011100 1001100 1000100

Color Harmonies of #C96FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FEB

Black with #C96FEB

Text Example


Text Example

White with #C96FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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