Html Css Color HEX #C96DEF Heliotrope

📋 copy color: '#C96DEF'

red 201 ◦ green 109 ◦ blue 239

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

Shades of Heliotrope #C96DEF

Tints of Heliotrope #C96DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.53%

R = 36.61%
G = 19.85%
B = 43.53%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C96DEF (or 0xC96DEF) is known color: Heliotrope. HEX triplet: C9, 6D and EF. RGB value is (201,109,239). Sum of RGB (Red+Green+Blue) = 201+109+239=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #C96DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96DEF is #369210. Grayscale: #969696. Windows color (decimal): -3576337 or 15691209. OLE color: 15691209.

HSL color Cylindrical-coordinate representation of color #C96DEF: hue angle of 282.46º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C96DEF is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 109 239 -
CMYK 0.16 0.54 0 0.06
HSL 282.46º 0.8% 0.68% -
HSV(B) 282.46º 0.54% 0.94% -
XYZ 45.14 29.59 84.99 -
YUV 151.33 177.48 163.43 -
System Red Green Blue C M Y K H S L
Decimal 201 109 239 0.16 0.54 0 0.06 282.46 0.8 0.68
Hex C9 6D EF 10 36 0 6 11A 50 44
Octal 311 155 357 20 66 0 6 432 120 104
Binary 11001001 1101101 11101111 10000 110110 0 110 100011010 1010000 1000100

Color Harmonies of #C96DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DEF

Black with #C96DEF

Text Example


Text Example

White with #C96DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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