#CA58DC

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

Shades of Medium Orchid #CA58DC

Tints of Medium Orchid #CA58DC

Color information

#CA58DC (or 0xCA58DC) is unknown color: approx Medium Orchid. HEX triplet: CA, 58 and DC. RGB value is (202,88,220). Sum of RGB (Red+Green+Blue) = 202+88+220=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA58DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA58DC is #35A723. Grayscale: #888888. Windows color (decimal): -3516196 or 14440650. OLE color: 14440650.

HSL color Cylindrical-coordinate representation of color #CA58DC: hue angle of 291.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA58DC is Cyan = 0.08, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20288220-
CMYK0.080.600.14
HSL291.82º65.35%60.39%-
HSV(B)291.82º60%86.27%-
XYZ40.7724.770.33-
YUV137.13174.77174.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 88 (34.77% from 255) = 17.25%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=39.61%
G=17.25%
B=43.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202882200.080.600.14291.8265.3560.39
HexCA58DC83C0E124413c
Octal312130334107401644410174
Binary110010101011000110111001000111100011101001001001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA58DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA58DC; }

 p { color: rgb(202,88,220); }

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

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

 a { background-color: rgb(202,88,220); }

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

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

 span { border-color: rgb(202,88,220); }

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