#CA37E0

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

Shades of Medium Orchid #CA37E0

Tints of Medium Orchid #CA37E0

Color information

#CA37E0 (or 0xCA37E0) is unknown color: approx Medium Orchid. HEX triplet: CA, 37 and E0. RGB value is (202,55,224). Sum of RGB (Red+Green+Blue) = 202+55+224=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA37E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37E0 is #35C81F. Grayscale: #757575. Windows color (decimal): -3524640 or 14694346. OLE color: 14694346.

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

Color convert

RGB20255224-
CMYK0.100.7500.12
HSL292.19º73.16%54.71%-
HSV(B)292.19º75.45%87.84%-
XYZ39.1820.6772.45-
YUV118.22187.7187.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 55 (21.88% from 255) = 11.43%
BLUE value IS 224 (87.89% from 255) = 46.57%
R=42.00%
G=11.43%
B=46.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal202552240.100.7500.12292.1973.1654.71
HexCA37E0A4B0C1244937
Octal312673401211301444411167
Binary110010101101111110000010101001011011001001001001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA37E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA37E0; }

 p { color: rgb(202,55,224); }

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

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

 a { background-color: rgb(202,55,224); }

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

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

 span { border-color: rgb(202,55,224); }

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