Html Css Color HEX #C96DEA Heliotrope

📋 copy color: '#C96DEA'

red 201 ◦ green 109 ◦ blue 234

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

Shades of Heliotrope #C96DEA

Tints of Heliotrope #C96DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.01%

R = 36.95%
G = 20.04%
B = 43.01%

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

#C96DEA (or 0xC96DEA) is known color: Heliotrope. HEX triplet: C9, 6D and EA. RGB value is (201,109,234). Sum of RGB (Red+Green+Blue) = 201+109+234=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #C96DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96DEA is #369215. Grayscale: #969696. Windows color (decimal): -3576342 or 15363529. OLE color: 15363529.

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

Color convert

RGB 201 109 234 -
CMYK 0.14 0.53 0 0.08
HSL 284.16º 0.75% 0.67% -
HSV(B) 284.16º 0.53% 0.92% -
XYZ 44.41 29.3 81.16 -
YUV 150.76 174.98 163.84 -
System Red Green Blue C M Y K H S L
Decimal 201 109 234 0.14 0.53 0 0.08 284.16 0.75 0.67
Hex C9 6D EA E 35 0 8 11C 4B 43
Octal 311 155 352 16 65 0 10 434 113 103
Binary 11001001 1101101 11101010 1110 110101 0 1000 100011100 1001011 1000011

Color Harmonies of #C96DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DEA

Black with #C96DEA

Text Example


Text Example

White with #C96DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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