Html Css Color HEX #C951FD Heliotrope

📋 copy color: '#C951FD'

red 201 ◦ green 81 ◦ blue 253

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

Shades of Heliotrope #C951FD

Tints of Heliotrope #C951FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.29%

R = 37.57%
G = 15.14%
B = 47.29%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C951FD (or 0xC951FD) is known color: Heliotrope. HEX triplet: C9, 51 and FD. RGB value is (201,81,253). Sum of RGB (Red+Green+Blue) = 201+81+253=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 81 (32.03% from 255 or 15.14% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #C951FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C951FD is #36AE02. Grayscale: #878787. Windows color (decimal): -3583491 or 16601545. OLE color: 16601545.

HSL color Cylindrical-coordinate representation of color #C951FD: hue angle of 281.86º degrees, saturation: 0.98, 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 #C951FD is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 81 253 -
CMYK 0.21 0.68 0 0.01
HSL 281.86º 0.98% 0.65% -
HSV(B) 281.86º 0.68% 0.99% -
XYZ 44.76 25.39 95.47 -
YUV 136.49 193.76 174.01 -
System Red Green Blue C M Y K H S L
Decimal 201 81 253 0.21 0.68 0 0.01 281.86 0.98 0.65
Hex C9 51 FD 15 44 0 1 11A 62 41
Octal 311 121 375 25 104 0 1 432 142 101
Binary 11001001 1010001 11111101 10101 1000100 0 1 100011010 1100010 1000001

Color Harmonies of #C951FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C951FD

Black with #C951FD

Text Example


Text Example

White with #C951FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C951FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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