Html Css Color HEX #C955F6 Heliotrope

📋 copy color: '#C955F6'

red 201 ◦ green 85 ◦ blue 246

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

Shades of Heliotrope #C955F6

Tints of Heliotrope #C955F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.24%

R = 37.78%
G = 15.98%
B = 46.24%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C955F6 (or 0xC955F6) is known color: Heliotrope. HEX triplet: C9, 55 and F6. RGB value is (201,85,246). Sum of RGB (Red+Green+Blue) = 201+85+246=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #C955F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C955F6 is #36AA09. Grayscale: #898989. Windows color (decimal): -3582474 or 16143817. OLE color: 16143817.

HSL color Cylindrical-coordinate representation of color #C955F6: hue angle of 283.23º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C955F6 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 85 246 -
CMYK 0.18 0.65 0 0.04
HSL 283.23º 0.9% 0.65% -
HSV(B) 283.23º 0.65% 0.96% -
XYZ 43.97 25.57 89.81 -
YUV 138.04 188.93 172.91 -
System Red Green Blue C M Y K H S L
Decimal 201 85 246 0.18 0.65 0 0.04 283.23 0.9 0.65
Hex C9 55 F6 12 41 0 4 11B 5A 41
Octal 311 125 366 22 101 0 4 433 132 101
Binary 11001001 1010101 11110110 10010 1000001 0 100 100011011 1011010 1000001

Color Harmonies of #C955F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C955F6

Black with #C955F6

Text Example


Text Example

White with #C955F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C955F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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