Html Css Color HEX #C96FED Heliotrope

📋 copy color: '#C96FED'

red 201 ◦ green 111 ◦ blue 237

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

Shades of Heliotrope #C96FED

Tints of Heliotrope #C96FED

RGB

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

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

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

R = 36.61%
G = 20.22%
B = 43.17%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C96FED (or 0xC96FED) is known color: Heliotrope. HEX triplet: C9, 6F and ED. RGB value is (201,111,237). Sum of RGB (Red+Green+Blue) = 201+111+237=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #C96FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96FED is #369012. Grayscale: #979797. Windows color (decimal): -3575827 or 15560649. OLE color: 15560649.

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

Color convert

RGB 201 111 237 -
CMYK 0.15 0.53 0 0.07
HSL 282.86º 0.78% 0.68% -
HSV(B) 282.86º 0.53% 0.93% -
XYZ 45.06 29.9 83.52 -
YUV 152.27 175.82 162.75 -
System Red Green Blue C M Y K H S L
Decimal 201 111 237 0.15 0.53 0 0.07 282.86 0.78 0.68
Hex C9 6F ED F 35 0 7 11B 4E 44
Octal 311 157 355 17 65 0 7 433 116 104
Binary 11001001 1101111 11101101 1111 110101 0 111 100011011 1001110 1000100

Color Harmonies of #C96FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FED

Black with #C96FED

Text Example


Text Example

White with #C96FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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