#CA2BDE

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

Shades of Medium Orchid #CA2BDE

Tints of Medium Orchid #CA2BDE

Color information

#CA2BDE (or 0xCA2BDE) is unknown color: approx Medium Orchid. HEX triplet: CA, 2B and DE. RGB value is (202,43,222). Sum of RGB (Red+Green+Blue) = 202+43+222=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA2BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2BDE is #35D421. Grayscale: #6E6E6E. Windows color (decimal): -3527714 or 14560202. OLE color: 14560202.

HSL color Cylindrical-coordinate representation of color #CA2BDE: hue angle of 293.3º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2BDE is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20243222-
CMYK0.090.8100.13
HSL293.3º73.06%51.96%-
HSV(B)293.3º80.63%87.06%-
XYZ38.4119.5670.86-
YUV110.95190.68192.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 43 (17.19% from 255) = 9.21%
BLUE value IS 222 (87.11% from 255) = 47.54%
R=43.25%
G=9.21%
B=47.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202432220.090.8100.13293.373.0651.96
HexCA2BDE9510D1254934
Octal312533361112101544511164
Binary110010101010111101111010011010001011011001001011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2BDE; }

 p { color: rgb(202,43,222); }

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

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

 a { background-color: rgb(202,43,222); }

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

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

 span { border-color: rgb(202,43,222); }

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