#CA37D9

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

Shades of Medium Orchid #CA37D9

Tints of Medium Orchid #CA37D9

Color information

#CA37D9 (or 0xCA37D9) is unknown color: approx Medium Orchid. HEX triplet: CA, 37 and D9. RGB value is (202,55,217). Sum of RGB (Red+Green+Blue) = 202+55+217=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 55 (21.88% from 255 or 11.60% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA37D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37D9 is #35C826. Grayscale: #747474. Windows color (decimal): -3524647 or 14235594. OLE color: 14235594.

HSL color Cylindrical-coordinate representation of color #CA37D9: hue angle of 294.44º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA37D9 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20255217-
CMYK0.070.7500.15
HSL294.44º68.07%53.33%-
HSV(B)294.44º74.65%85.1%-
XYZ38.2520.367.55-
YUV117.42184.2188.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 55 (21.88% from 255) = 11.60%
BLUE value IS 217 (85.16% from 255) = 45.78%
R=42.62%
G=11.60%
B=45.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202552170.070.7500.15294.4468.0753.33
HexCA37D974B0F1264435
Octal31267331711301744610465
Binary11001010110111110110011111001011011111001001101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA37D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA37D9; }

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

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

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

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

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

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

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

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