#ca2de0

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

Shades of Medium Orchid #CA2DE0

Tints of Medium Orchid #CA2DE0

Color information

#CA2DE0 (or 0xCA2DE0) is unknown color: approx Medium Orchid. HEX triplet: CA, 2D and E0. RGB value is (202,45,224). Sum of RGB (Red+Green+Blue) = 202+45+224=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA2DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DE0 is #35D21F. Grayscale: #6F6F6F. Windows color (decimal): -3527200 or 14691786. OLE color: 14691786.

HSL color Cylindrical-coordinate representation of color #CA2DE0: hue angle of 292.63º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2DE0 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20245224-
CMYK0.100.8000.12
HSL292.63º74.27%52.75%-
HSV(B)292.63º79.91%87.84%-
XYZ38.7519.8272.3-
YUV112.35191.01191.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 45 (17.97% from 255) = 9.55%
BLUE value IS 224 (87.89% from 255) = 47.56%
R=42.89%
G=9.55%
B=47.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal202452240.100.8000.12292.6374.2752.75
HexCA2DE0A500C1254a35
Octal312553401212001444511265
Binary110010101011011110000010101010000011001001001011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca2de0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca2de0; }

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

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

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

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

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

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

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

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