Html Css Color HEX #C96EED Heliotrope

📋 copy color: '#C96EED'

red 201 ◦ green 110 ◦ blue 237

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

Shades of Heliotrope #C96EED

Tints of Heliotrope #C96EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.25%

R = 36.68%
G = 20.07%
B = 43.25%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C96EED (or 0xC96EED) is known color: Heliotrope. HEX triplet: C9, 6E and ED. RGB value is (201,110,237). Sum of RGB (Red+Green+Blue) = 201+110+237=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 110 (43.36% from 255 or 20.07% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #C96EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96EED is #369112. Grayscale: #979797. Windows color (decimal): -3576083 or 15560393. OLE color: 15560393.

HSL color Cylindrical-coordinate representation of color #C96EED: hue angle of 282.99º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C96EED is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 110 237 -
CMYK 0.15 0.54 0 0.07
HSL 282.99º 0.78% 0.68% -
HSV(B) 282.99º 0.54% 0.93% -
XYZ 44.95 29.68 83.48 -
YUV 151.69 176.15 163.17 -
System Red Green Blue C M Y K H S L
Decimal 201 110 237 0.15 0.54 0 0.07 282.99 0.78 0.68
Hex C9 6E ED F 36 0 7 11B 4E 44
Octal 311 156 355 17 66 0 7 433 116 104
Binary 11001001 1101110 11101101 1111 110110 0 111 100011011 1001110 1000100

Color Harmonies of #C96EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EED

Black with #C96EED

Text Example


Text Example

White with #C96EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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