Html Css Color HEX #C957FD Heliotrope

📋 copy color: '#C957FD'

red 201 ◦ green 87 ◦ blue 253

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

Shades of Heliotrope #C957FD

Tints of Heliotrope #C957FD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.08%

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

R = 37.15%
G = 16.08%
B = 46.77%

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

#C957FD (or 0xC957FD) is known color: Heliotrope. HEX triplet: C9, 57 and FD. RGB value is (201,87,253). Sum of RGB (Red+Green+Blue) = 201+87+253=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 87 (34.38% from 255 or 16.08% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #C957FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C957FD is #36A802. Grayscale: #8B8B8B. Windows color (decimal): -3581955 or 16603081. OLE color: 16603081.

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

Color convert

RGB 201 87 253 -
CMYK 0.21 0.66 0 0.01
HSL 281.2º 0.98% 0.67% -
HSV(B) 281.2º 0.66% 0.99% -
XYZ 45.23 26.33 95.63 -
YUV 140.01 191.77 171.5 -
System Red Green Blue C M Y K H S L
Decimal 201 87 253 0.21 0.66 0 0.01 281.2 0.98 0.67
Hex C9 57 FD 15 42 0 1 119 62 43
Octal 311 127 375 25 102 0 1 431 142 103
Binary 11001001 1010111 11111101 10101 1000010 0 1 100011001 1100010 1000011

Color Harmonies of #C957FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C957FD

Black with #C957FD

Text Example


Text Example

White with #C957FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C957FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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