#CA54DD

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

Shades of Medium Orchid #CA54DD

Tints of Medium Orchid #CA54DD

Color information

#CA54DD (or 0xCA54DD) is unknown color: approx Medium Orchid. HEX triplet: CA, 54 and DD. RGB value is (202,84,221). Sum of RGB (Red+Green+Blue) = 202+84+221=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA54DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54DD is #35AB22. Grayscale: #868686. Windows color (decimal): -3517219 or 14505162. OLE color: 14505162.

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

Color convert

RGB20284221-
CMYK0.090.6200.13
HSL291.68º66.83%59.8%-
HSV(B)291.68º61.99%86.67%-
XYZ40.5824.1270.92-
YUV134.9176.59175.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 84 (33.20% from 255) = 16.57%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=39.84%
G=16.57%
B=43.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202842210.090.6200.13291.6866.8359.8
HexCA54DD93E0D124433c
Octal312124335117601544410374
Binary110010101010100110111011001111110011011001001001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA54DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA54DD; }

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

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

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

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

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

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

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

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