Html Css Color HEX #C958FE Heliotrope

📋 copy color: '#C958FE'

red 201 ◦ green 88 ◦ blue 254

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

Shades of Heliotrope #C958FE

Tints of Heliotrope #C958FE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.21%

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

R = 37.02%
G = 16.21%
B = 46.78%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C958FE (or 0xC958FE) is known color: Heliotrope. HEX triplet: C9, 58 and FE. RGB value is (201,88,254). Sum of RGB (Red+Green+Blue) = 201+88+254=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 88 (34.77% from 255 or 16.21% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #C958FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C958FE is #36A701. Grayscale: #8C8C8C. Windows color (decimal): -3581698 or 16668873. OLE color: 16668873.

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

Color convert

RGB 201 88 254 -
CMYK 0.21 0.65 0 0.00
HSL 280.84º 0.99% 0.67% -
HSV(B) 280.84º 0.65% 1% -
XYZ 45.47 26.55 96.49 -
YUV 140.71 191.94 171 -
System Red Green Blue C M Y K H S L
Decimal 201 88 254 0.21 0.65 0 0.00 280.84 0.99 0.67
Hex C9 58 FE 15 41 0 0 119 63 43
Octal 311 130 376 25 101 0 0 431 143 103
Binary 11001001 1011000 11111110 10101 1000001 0 0 100011001 1100011 1000011

Color Harmonies of #C958FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958FE

Black with #C958FE

Text Example


Text Example

White with #C958FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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