Html Css Color HEX #C96CFF Heliotrope

📋 copy color: '#C96CFF'

red 201 ◦ green 108 ◦ blue 255

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

Shades of Heliotrope #C96CFF

Tints of Heliotrope #C96CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.21%

R = 35.64%
G = 19.15%
B = 45.21%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C96CFF (or 0xC96CFF) is known color: Heliotrope. HEX triplet: C9, 6C and FF. RGB value is (201,108,255). Sum of RGB (Red+Green+Blue) = 201+108+255=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #C96CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96CFF is #369300. Grayscale: #989898. Windows color (decimal): -3576577 or 16739529. OLE color: 16739529.

HSL color Cylindrical-coordinate representation of color #C96CFF: hue angle of 277.96º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C96CFF is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 108 255 -
CMYK 0.21 0.58 0 0
HSL 277.96º 1% 0.71% -
HSV(B) 277.96º 0.58% 1% -
XYZ 47.5 30.36 97.96 -
YUV 152.57 185.81 162.55 -
System Red Green Blue C M Y K H S L
Decimal 201 108 255 0.21 0.58 0 0 277.96 1 0.71
Hex C9 6C FF 15 3A 0 0 116 64 47
Octal 311 154 377 25 72 0 0 426 144 107
Binary 11001001 1101100 11111111 10101 111010 0 0 100010110 1100100 1000111

Color Harmonies of #C96CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CFF

Black with #C96CFF

Text Example


Text Example

White with #C96CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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