Html Css Color HEX #C954FB Heliotrope

📋 copy color: '#C954FB'

red 201 ◦ green 84 ◦ blue 251

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

Shades of Heliotrope #C954FB

Tints of Heliotrope #C954FB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.67%

 BLUE value IS 251 (98.44% from 255) = 46.83%

R = 37.5%
G = 15.67%
B = 46.83%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C954FB (or 0xC954FB) is known color: Heliotrope. HEX triplet: C9, 54 and FB. RGB value is (201,84,251). Sum of RGB (Red+Green+Blue) = 201+84+251=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 84 (33.20% from 255 or 15.67% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #C954FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C954FB is #36AB04. Grayscale: #898989. Windows color (decimal): -3582725 or 16471241. OLE color: 16471241.

HSL color Cylindrical-coordinate representation of color #C954FB: hue angle of 282.04º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C954FB is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 84 251 -
CMYK 0.20 0.67 0 0.02
HSL 282.04º 0.95% 0.66% -
HSV(B) 282.04º 0.67% 0.98% -
XYZ 44.67 25.72 93.88 -
YUV 138.02 191.76 172.92 -
System Red Green Blue C M Y K H S L
Decimal 201 84 251 0.20 0.67 0 0.02 282.04 0.95 0.66
Hex C9 54 FB 14 43 0 2 11A 5F 42
Octal 311 124 373 24 103 0 2 432 137 102
Binary 11001001 1010100 11111011 10100 1000011 0 10 100011010 1011111 1000010

Color Harmonies of #C954FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C954FB

Black with #C954FB

Text Example


Text Example

White with #C954FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C954FB; }

 p { color: rgb(201,84,251); }

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

background-color css

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

 a { background-color: rgb(201,84,251); }

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

border-color css

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

 span { border-color: rgb(201,84,251); }

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