Html Css Color HEX #C956FD Heliotrope

📋 copy color: '#C956FD'

red 201 ◦ green 86 ◦ blue 253

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

Shades of Heliotrope #C956FD

Tints of Heliotrope #C956FD

RGB

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

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

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

R = 37.22%
G = 15.93%
B = 46.85%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C956FD (or 0xC956FD) is known color: Heliotrope. HEX triplet: C9, 56 and FD. RGB value is (201,86,253). Sum of RGB (Red+Green+Blue) = 201+86+253=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 86 (33.98% from 255 or 15.93% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #C956FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C956FD is #36A902. Grayscale: #8A8A8A. Windows color (decimal): -3582211 or 16602825. OLE color: 16602825.

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

Color convert

RGB 201 86 253 -
CMYK 0.21 0.66 0 0.01
HSL 281.32º 0.98% 0.66% -
HSV(B) 281.32º 0.66% 0.99% -
XYZ 45.14 26.16 95.6 -
YUV 139.42 192.1 171.92 -
System Red Green Blue C M Y K H S L
Decimal 201 86 253 0.21 0.66 0 0.01 281.32 0.98 0.66
Hex C9 56 FD 15 42 0 1 119 62 42
Octal 311 126 375 25 102 0 1 431 142 102
Binary 11001001 1010110 11111101 10101 1000010 0 1 100011001 1100010 1000010

Color Harmonies of #C956FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C956FD

Black with #C956FD

Text Example


Text Example

White with #C956FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C956FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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