#C555D9

Color #C555D9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C555D9

Tints of Medium Orchid #C555D9

Color information

#C555D9 (or 0xC555D9) is unknown color: approx Medium Orchid. HEX triplet: C5, 55 and D9. RGB value is (197,85,217). Sum of RGB (Red+Green+Blue) = 197+85+217=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #C555D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555D9 is #3AAA26. Grayscale: #858585. Windows color (decimal): -3844647 or 14243269. OLE color: 14243269.

HSL color Cylindrical-coordinate representation of color #C555D9: hue angle of 290.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C555D9 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19785217-
CMYK0.090.6100.15
HSL290.91º63.46%59.22%-
HSV(B)290.91º60.83%85.1%-
XYZ38.823.3868.11-
YUV133.54175.11173.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.48%
GREEN value IS 85 (33.59% from 255) = 17.03%
BLUE value IS 217 (85.16% from 255) = 43.49%
R=39.48%
G=17.03%
B=43.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197852170.090.6100.15290.9163.4659.22
HexC555D993D0F1233f3b
Octal30512533111750174437773
Binary11000101101010111011001100111110101111100100011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C555D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C555D9; }

 p { color: rgb(197,85,217); }

 H1.HeaderClassName
 {
   color: #C555D9;
 }
 .AnyTagClassName
 {
   color: #C555D9;
 }
</style>
background-color css

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

 a { background-color: rgb(197,85,217); }

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

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

 span { border-color: rgb(197,85,217); }

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