#CA54E1

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

Shades of Medium Orchid #CA54E1

Tints of Medium Orchid #CA54E1

Color information

#CA54E1 (or 0xCA54E1) is unknown color: approx Medium Orchid. HEX triplet: CA, 54 and E1. RGB value is (202,84,225). Sum of RGB (Red+Green+Blue) = 202+84+225=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA54E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54E1 is #35AB1E. Grayscale: #868686. Windows color (decimal): -3517215 or 14767306. OLE color: 14767306.

HSL color Cylindrical-coordinate representation of color #CA54E1: hue angle of 290.21º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA54E1 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20284225-
CMYK0.100.6300.12
HSL290.21º70.15%60.59%-
HSV(B)290.21º62.67%88.24%-
XYZ41.1224.3373.76-
YUV135.36178.59175.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 84 (33.20% from 255) = 16.44%
BLUE value IS 225 (88.28% from 255) = 44.03%
R=39.53%
G=16.44%
B=44.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal202842250.100.6300.12290.2170.1560.59
HexCA54E1A3F0C122463d
Octal312124341127701444210675
Binary110010101010100111000011010111111011001001000101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA54E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA54E1; }

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

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

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

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

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

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

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

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