#CA54E7

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

Shades of Medium Orchid #CA54E7

Tints of Medium Orchid #CA54E7

Color information

#CA54E7 (or 0xCA54E7) is unknown color: approx Medium Orchid. HEX triplet: CA, 54 and E7. RGB value is (202,84,231). Sum of RGB (Red+Green+Blue) = 202+84+231=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 84 (33.20% from 255 or 16.25% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA54E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA54E7 is #35AB18. Grayscale: #878787. Windows color (decimal): -3517209 or 15160522. OLE color: 15160522.

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

Color convert

RGB20284231-
CMYK0.130.6400.09
HSL288.16º75.38%61.76%-
HSV(B)288.16º63.64%90.59%-
XYZ41.9524.6778.15-
YUV136.04181.59175.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 84 (33.20% from 255) = 16.25%
BLUE value IS 231 (90.62% from 255) = 44.68%
R=39.07%
G=16.25%
B=44.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202842310.130.6400.09288.1675.3861.76
HexCA54E7D40091204b3e
Octal3121243471510001144011376
Binary1100101010101001110011111011000000010011001000001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA54E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA54E7; }

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

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

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

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

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

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

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

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