Html Css Color HEX #C96CEF Heliotrope

📋 copy color: '#C96CEF'

red 201 ◦ green 108 ◦ blue 239

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

Shades of Heliotrope #C96CEF

Tints of Heliotrope #C96CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.71%

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

R = 36.68%
G = 19.71%
B = 43.61%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C96CEF (or 0xC96CEF) is known color: Heliotrope. HEX triplet: C9, 6C and EF. RGB value is (201,108,239). Sum of RGB (Red+Green+Blue) = 201+108+239=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #C96CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96CEF is #369310. Grayscale: #969696. Windows color (decimal): -3576593 or 15690953. OLE color: 15690953.

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

Color convert

RGB 201 108 239 -
CMYK 0.16 0.55 0 0.06
HSL 282.6º 0.8% 0.68% -
HSV(B) 282.6º 0.55% 0.94% -
XYZ 45.03 29.37 84.96 -
YUV 150.74 177.81 163.85 -
System Red Green Blue C M Y K H S L
Decimal 201 108 239 0.16 0.55 0 0.06 282.6 0.8 0.68
Hex C9 6C EF 10 37 0 6 11B 50 44
Octal 311 154 357 20 67 0 6 433 120 104
Binary 11001001 1101100 11101111 10000 110111 0 110 100011011 1010000 1000100

Color Harmonies of #C96CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CEF

Black with #C96CEF

Text Example


Text Example

White with #C96CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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