Html Css Color HEX #C96DEC Heliotrope

📋 copy color: '#C96DEC'

red 201 ◦ green 109 ◦ blue 236

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

Shades of Heliotrope #C96DEC

Tints of Heliotrope #C96DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.22%

R = 36.81%
G = 19.96%
B = 43.22%

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

#C96DEC (or 0xC96DEC) is known color: Heliotrope. HEX triplet: C9, 6D and EC. RGB value is (201,109,236). Sum of RGB (Red+Green+Blue) = 201+109+236=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #C96DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96DEC is #369213. Grayscale: #969696. Windows color (decimal): -3576340 or 15494601. OLE color: 15494601.

HSL color Cylindrical-coordinate representation of color #C96DEC: hue angle of 283.46º degrees, saturation: 0.77, 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 #C96DEC is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 109 236 -
CMYK 0.15 0.54 0 0.07
HSL 283.46º 0.77% 0.68% -
HSV(B) 283.46º 0.54% 0.93% -
XYZ 44.7 29.41 82.68 -
YUV 150.99 175.98 163.67 -
System Red Green Blue C M Y K H S L
Decimal 201 109 236 0.15 0.54 0 0.07 283.46 0.77 0.68
Hex C9 6D EC F 36 0 7 11B 4D 44
Octal 311 155 354 17 66 0 7 433 115 104
Binary 11001001 1101101 11101100 1111 110110 0 111 100011011 1001101 1000100

Color Harmonies of #C96DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DEC

Black with #C96DEC

Text Example


Text Example

White with #C96DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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