#CA49E7

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

Shades of Medium Orchid #CA49E7

Tints of Medium Orchid #CA49E7

Color information

#CA49E7 (or 0xCA49E7) is unknown color: approx Medium Orchid. HEX triplet: CA, 49 and E7. RGB value is (202,73,231). Sum of RGB (Red+Green+Blue) = 202+73+231=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA49E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA49E7 is #35B618. Grayscale: #818181. Windows color (decimal): -3520025 or 15157706. OLE color: 15157706.

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

Color convert

RGB20273231-
CMYK0.130.6800.09
HSL288.99º76.7%59.61%-
HSV(B)288.99º68.4%90.59%-
XYZ41.1623.0977.89-
YUV129.58185.24179.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 73 (28.91% from 255) = 14.43%
BLUE value IS 231 (90.62% from 255) = 45.65%
R=39.92%
G=14.43%
B=45.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202732310.130.6800.09288.9976.759.61
HexCA49E7D44091214d3c
Octal3121113471510401144111574
Binary1100101010010011110011111011000100010011001000011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA49E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA49E7; }

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

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

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

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

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

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

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

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