#CA58DD

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

Shades of Medium Orchid #CA58DD

Tints of Medium Orchid #CA58DD

Color information

#CA58DD (or 0xCA58DD) is unknown color: approx Medium Orchid. HEX triplet: CA, 58 and DD. RGB value is (202,88,221). Sum of RGB (Red+Green+Blue) = 202+88+221=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA58DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA58DD is #35A722. Grayscale: #888888. Windows color (decimal): -3516195 or 14506186. OLE color: 14506186.

HSL color Cylindrical-coordinate representation of color #CA58DD: hue angle of 291.43º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA58DD is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20288221-
CMYK0.090.6000.13
HSL291.43º66.17%60.59%-
HSV(B)291.43º60.18%86.67%-
XYZ40.924.7671.03-
YUV137.25175.27174.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 88 (34.77% from 255) = 17.22%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=39.53%
G=17.22%
B=43.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202882210.090.6000.13291.4366.1760.59
HexCA58DD93C0D123423d
Octal312130335117401544310275
Binary110010101011000110111011001111100011011001000111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA58DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA58DD; }

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

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

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

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

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

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

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

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