Html Css Color HEX #C956FF Heliotrope

📋 copy color: '#C956FF'

red 201 ◦ green 86 ◦ blue 255

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

Shades of Heliotrope #C956FF

Tints of Heliotrope #C956FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.05%

R = 37.08%
G = 15.87%
B = 47.05%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C956FF (or 0xC956FF) is known color: Heliotrope. HEX triplet: C9, 56 and FF. RGB value is (201,86,255). Sum of RGB (Red+Green+Blue) = 201+86+255=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 86 (33.98% from 255 or 15.87% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #C956FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C956FF is #36A900. Grayscale: #8B8B8B. Windows color (decimal): -3582209 or 16733897. OLE color: 16733897.

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

Color convert

RGB 201 86 255 -
CMYK 0.21 0.66 0 0
HSL 280.83º 1% 0.67% -
HSV(B) 280.83º 0.66% 1% -
XYZ 45.47 26.29 97.29 -
YUV 139.65 193.1 171.76 -
System Red Green Blue C M Y K H S L
Decimal 201 86 255 0.21 0.66 0 0 280.83 1 0.67
Hex C9 56 FF 15 42 0 0 119 64 43
Octal 311 126 377 25 102 0 0 431 144 103
Binary 11001001 1010110 11111111 10101 1000010 0 0 100011001 1100100 1000011

Color Harmonies of #C956FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C956FF

Black with #C956FF

Text Example


Text Example

White with #C956FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C956FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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