Html Css Color HEX #C957FE Heliotrope

📋 copy color: '#C957FE'

red 201 ◦ green 87 ◦ blue 254

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

Shades of Heliotrope #C957FE

Tints of Heliotrope #C957FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.86%

R = 37.08%
G = 16.05%
B = 46.86%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C957FE (or 0xC957FE) is known color: Heliotrope. HEX triplet: C9, 57 and FE. RGB value is (201,87,254). Sum of RGB (Red+Green+Blue) = 201+87+254=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 87 (34.38% from 255 or 16.05% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #C957FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C957FE is #36A801. Grayscale: #8B8B8B. Windows color (decimal): -3581954 or 16668617. OLE color: 16668617.

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

Color convert

RGB 201 87 254 -
CMYK 0.21 0.66 0 0.00
HSL 280.96º 0.99% 0.67% -
HSV(B) 280.96º 0.66% 1% -
XYZ 45.38 26.39 96.47 -
YUV 140.12 192.27 171.42 -
System Red Green Blue C M Y K H S L
Decimal 201 87 254 0.21 0.66 0 0.00 280.96 0.99 0.67
Hex C9 57 FE 15 42 0 0 119 63 43
Octal 311 127 376 25 102 0 0 431 143 103
Binary 11001001 1010111 11111110 10101 1000010 0 0 100011001 1100011 1000011

Color Harmonies of #C957FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C957FE

Black with #C957FE

Text Example


Text Example

White with #C957FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C957FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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