#CA4DD5

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

Shades of Medium Orchid #CA4DD5

Tints of Medium Orchid #CA4DD5

Color information

#CA4DD5 (or 0xCA4DD5) is unknown color: approx Medium Orchid. HEX triplet: CA, 4D and D5. RGB value is (202,77,213). Sum of RGB (Red+Green+Blue) = 202+77+213=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA4DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DD5 is #35B22A. Grayscale: #818181. Windows color (decimal): -3519019 or 13979082. OLE color: 13979082.

HSL color Cylindrical-coordinate representation of color #CA4DD5: hue angle of 295.15º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4DD5 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20277213-
CMYK0.050.6400.16
HSL295.15º61.82%56.86%-
HSV(B)295.15º63.85%83.53%-
XYZ39.0222.6765.27-
YUV129.88174.91179.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 77 (30.47% from 255) = 15.65%
BLUE value IS 213 (83.59% from 255) = 43.29%
R=41.06%
G=15.65%
B=43.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202772130.050.6400.16295.1561.8256.86
HexCA4DD55400101273e39
Octal31211532551000204477671
Binary110010101001101110101011011000000010000100100111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4DD5; }

 p { color: rgb(202,77,213); }

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

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

 a { background-color: rgb(202,77,213); }

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

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

 span { border-color: rgb(202,77,213); }

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