Html Css Color HEX #C955FE Heliotrope

📋 copy color: '#C955FE'

red 201 ◦ green 85 ◦ blue 254

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

Shades of Heliotrope #C955FE

Tints of Heliotrope #C955FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.74%

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

R = 37.22%
G = 15.74%
B = 47.04%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C955FE (or 0xC955FE) is known color: Heliotrope. HEX triplet: C9, 55 and FE. RGB value is (201,85,254). Sum of RGB (Red+Green+Blue) = 201+85+254=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 85 (33.59% from 255 or 15.74% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #C955FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C955FE is #36AA01. Grayscale: #8A8A8A. Windows color (decimal): -3582466 or 16668105. OLE color: 16668105.

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

Color convert

RGB 201 85 254 -
CMYK 0.21 0.67 0 0.00
HSL 281.18º 0.99% 0.66% -
HSV(B) 281.18º 0.67% 1% -
XYZ 45.23 26.07 96.41 -
YUV 138.95 192.93 172.26 -
System Red Green Blue C M Y K H S L
Decimal 201 85 254 0.21 0.67 0 0.00 281.18 0.99 0.66
Hex C9 55 FE 15 43 0 0 119 63 42
Octal 311 125 376 25 103 0 0 431 143 102
Binary 11001001 1010101 11111110 10101 1000011 0 0 100011001 1100011 1000010

Color Harmonies of #C955FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C955FE

Black with #C955FE

Text Example


Text Example

White with #C955FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C955FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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