Html Css Color HEX #C96EFE Heliotrope

📋 copy color: '#C96EFE'

red 201 ◦ green 110 ◦ blue 254

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

Shades of Heliotrope #C96EFE

Tints of Heliotrope #C96EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.47%

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 35.58%
G = 19.47%
B = 44.96%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C96EFE (or 0xC96EFE) is known color: Heliotrope. HEX triplet: C9, 6E and FE. RGB value is (201,110,254). Sum of RGB (Red+Green+Blue) = 201+110+254=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #C96EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96EFE is #369101. Grayscale: #999999. Windows color (decimal): -3576066 or 16674505. OLE color: 16674505.

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

Color convert

RGB 201 110 254 -
CMYK 0.21 0.57 0 0.00
HSL 277.92º 0.99% 0.71% -
HSV(B) 277.92º 0.57% 1% -
XYZ 47.55 30.73 97.19 -
YUV 153.63 184.65 161.79 -
System Red Green Blue C M Y K H S L
Decimal 201 110 254 0.21 0.57 0 0.00 277.92 0.99 0.71
Hex C9 6E FE 15 39 0 0 116 63 47
Octal 311 156 376 25 71 0 0 426 143 107
Binary 11001001 1101110 11111110 10101 111001 0 0 100010110 1100011 1000111

Color Harmonies of #C96EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EFE

Black with #C96EFE

Text Example


Text Example

White with #C96EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EFE; }

 p { color: rgb(201,110,254); }

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

background-color css

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

 a { background-color: rgb(201,110,254); }

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

border-color css

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

 span { border-color: rgb(201,110,254); }

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