Html Css Color HEX #C955FB Heliotrope

📋 copy color: '#C955FB'

red 201 ◦ green 85 ◦ blue 251

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

Shades of Heliotrope #C955FB

Tints of Heliotrope #C955FB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.83%

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

R = 37.43%
G = 15.83%
B = 46.74%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C955FB (or 0xC955FB) is known color: Heliotrope. HEX triplet: C9, 55 and FB. RGB value is (201,85,251). Sum of RGB (Red+Green+Blue) = 201+85+251=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 85 (33.59% from 255 or 15.83% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #C955FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C955FB is #36AA04. Grayscale: #8A8A8A. Windows color (decimal): -3582469 or 16471497. OLE color: 16471497.

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

Color convert

RGB 201 85 251 -
CMYK 0.20 0.66 0 0.02
HSL 281.93º 0.95% 0.66% -
HSV(B) 281.93º 0.66% 0.98% -
XYZ 44.75 25.88 93.9 -
YUV 138.61 191.43 172.5 -
System Red Green Blue C M Y K H S L
Decimal 201 85 251 0.20 0.66 0 0.02 281.93 0.95 0.66
Hex C9 55 FB 14 42 0 2 11A 5F 42
Octal 311 125 373 24 102 0 2 432 137 102
Binary 11001001 1010101 11111011 10100 1000010 0 10 100011010 1011111 1000010

Color Harmonies of #C955FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C955FB

Black with #C955FB

Text Example


Text Example

White with #C955FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C955FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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