Html Css Color HEX #C951FC Heliotrope

📋 copy color: '#C951FC'

red 201 ◦ green 81 ◦ blue 252

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

Shades of Heliotrope #C951FC

Tints of Heliotrope #C951FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.19%

R = 37.64%
G = 15.17%
B = 47.19%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C951FC (or 0xC951FC) is known color: Heliotrope. HEX triplet: C9, 51 and FC. RGB value is (201,81,252). Sum of RGB (Red+Green+Blue) = 201+81+252=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 81 (32.03% from 255 or 15.17% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #C951FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C951FC is #36AE03. Grayscale: #878787. Windows color (decimal): -3583492 or 16536009. OLE color: 16536009.

HSL color Cylindrical-coordinate representation of color #C951FC: hue angle of 282.11º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C951FC is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 81 252 -
CMYK 0.20 0.68 0 0.01
HSL 282.11º 0.97% 0.65% -
HSV(B) 282.11º 0.68% 0.99% -
XYZ 44.6 25.33 94.63 -
YUV 136.37 193.26 174.1 -
System Red Green Blue C M Y K H S L
Decimal 201 81 252 0.20 0.68 0 0.01 282.11 0.97 0.65
Hex C9 51 FC 14 44 0 1 11A 61 41
Octal 311 121 374 24 104 0 1 432 141 101
Binary 11001001 1010001 11111100 10100 1000100 0 1 100011010 1100001 1000001

Color Harmonies of #C951FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C951FC

Black with #C951FC

Text Example


Text Example

White with #C951FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C951FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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