Html Css Color HEX #C955FD Heliotrope

📋 copy color: '#C955FD'

red 201 ◦ green 85 ◦ blue 253

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

Shades of Heliotrope #C955FD

Tints of Heliotrope #C955FD

RGB

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

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

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

R = 37.29%
G = 15.77%
B = 46.94%

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

#C955FD (or 0xC955FD) is known color: Heliotrope. HEX triplet: C9, 55 and FD. RGB value is (201,85,253). Sum of RGB (Red+Green+Blue) = 201+85+253=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 85 (33.59% from 255 or 15.77% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #C955FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C955FD is #36AA02. Grayscale: #8A8A8A. Windows color (decimal): -3582467 or 16602569. OLE color: 16602569.

HSL color Cylindrical-coordinate representation of color #C955FD: hue angle of 281.43º 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 #C955FD is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 85 253 -
CMYK 0.21 0.66 0 0.01
HSL 281.43º 0.98% 0.66% -
HSV(B) 281.43º 0.66% 0.99% -
XYZ 45.07 26.01 95.57 -
YUV 138.84 192.43 172.34 -
System Red Green Blue C M Y K H S L
Decimal 201 85 253 0.21 0.66 0 0.01 281.43 0.98 0.66
Hex C9 55 FD 15 42 0 1 119 62 42
Octal 311 125 375 25 102 0 1 431 142 102
Binary 11001001 1010101 11111101 10101 1000010 0 1 100011001 1100010 1000010

Color Harmonies of #C955FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C955FD

Black with #C955FD

Text Example


Text Example

White with #C955FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C955FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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