Html Css Color HEX #C951FE Heliotrope

📋 copy color: '#C951FE'

red 201 ◦ green 81 ◦ blue 254

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

Shades of Heliotrope #C951FE

Tints of Heliotrope #C951FE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.11%

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

R = 37.5%
G = 15.11%
B = 47.39%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C951FE (or 0xC951FE) is known color: Heliotrope. HEX triplet: C9, 51 and FE. RGB value is (201,81,254). Sum of RGB (Red+Green+Blue) = 201+81+254=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 81 (32.03% from 255 or 15.11% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #C951FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C951FE is #36AE01. Grayscale: #888888. Windows color (decimal): -3583490 or 16667081. OLE color: 16667081.

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

Color convert

RGB 201 81 254 -
CMYK 0.21 0.68 0 0.00
HSL 281.62º 0.99% 0.66% -
HSV(B) 281.62º 0.68% 1% -
XYZ 44.92 25.46 96.31 -
YUV 136.6 194.26 173.93 -
System Red Green Blue C M Y K H S L
Decimal 201 81 254 0.21 0.68 0 0.00 281.62 0.99 0.66
Hex C9 51 FE 15 44 0 0 11A 63 42
Octal 311 121 376 25 104 0 0 432 143 102
Binary 11001001 1010001 11111110 10101 1000100 0 0 100011010 1100011 1000010

Color Harmonies of #C951FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C951FE

Black with #C951FE

Text Example


Text Example

White with #C951FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C951FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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