Html Css Color HEX #C96DFE Heliotrope

📋 copy color: '#C96DFE'

red 201 ◦ green 109 ◦ blue 254

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

Shades of Heliotrope #C96DFE

Tints of Heliotrope #C96DFE

RGB

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

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

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

R = 35.64%
G = 19.33%
B = 45.04%

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

#C96DFE (or 0xC96DFE) is known color: Heliotrope. HEX triplet: C9, 6D and FE. RGB value is (201,109,254). Sum of RGB (Red+Green+Blue) = 201+109+254=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #C96DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96DFE is #369201. Grayscale: #989898. Windows color (decimal): -3576322 or 16674249. OLE color: 16674249.

HSL color Cylindrical-coordinate representation of color #C96DFE: hue angle of 278.07º 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 #C96DFE is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 109 254 -
CMYK 0.21 0.57 0 0.00
HSL 278.07º 0.99% 0.71% -
HSV(B) 278.07º 0.57% 1% -
XYZ 47.45 30.51 97.15 -
YUV 153.04 184.98 162.21 -
System Red Green Blue C M Y K H S L
Decimal 201 109 254 0.21 0.57 0 0.00 278.07 0.99 0.71
Hex C9 6D FE 15 39 0 0 116 63 47
Octal 311 155 376 25 71 0 0 426 143 107
Binary 11001001 1101101 11111110 10101 111001 0 0 100010110 1100011 1000111

Color Harmonies of #C96DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DFE

Black with #C96DFE

Text Example


Text Example

White with #C96DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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