Html Css Color HEX #C956FB Heliotrope

📋 copy color: '#C956FB'

red 201 ◦ green 86 ◦ blue 251

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

Shades of Heliotrope #C956FB

Tints of Heliotrope #C956FB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.99%

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

R = 37.36%
G = 15.99%
B = 46.65%

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

#C956FB (or 0xC956FB) is known color: Heliotrope. HEX triplet: C9, 56 and FB. RGB value is (201,86,251). Sum of RGB (Red+Green+Blue) = 201+86+251=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 86 (33.98% from 255 or 15.99% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #C956FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C956FB is #36A904. Grayscale: #8A8A8A. Windows color (decimal): -3582213 or 16471753. OLE color: 16471753.

HSL color Cylindrical-coordinate representation of color #C956FB: hue angle of 281.82º 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 #C956FB is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 86 251 -
CMYK 0.20 0.66 0 0.02
HSL 281.82º 0.95% 0.66% -
HSV(B) 281.82º 0.66% 0.98% -
XYZ 44.83 26.04 93.93 -
YUV 139.2 191.1 172.08 -
System Red Green Blue C M Y K H S L
Decimal 201 86 251 0.20 0.66 0 0.02 281.82 0.95 0.66
Hex C9 56 FB 14 42 0 2 11A 5F 42
Octal 311 126 373 24 102 0 2 432 137 102
Binary 11001001 1010110 11111011 10100 1000010 0 10 100011010 1011111 1000010

Color Harmonies of #C956FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C956FB

Black with #C956FB

Text Example


Text Example

White with #C956FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C956FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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