#CA2BDD

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

Shades of Medium Orchid #CA2BDD

Tints of Medium Orchid #CA2BDD

Color information

#CA2BDD (or 0xCA2BDD) is unknown color: approx Medium Orchid. HEX triplet: CA, 2B and DD. RGB value is (202,43,221). Sum of RGB (Red+Green+Blue) = 202+43+221=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 43 (17.19% from 255 or 9.23% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA2BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2BDD is #35D422. Grayscale: #6E6E6E. Windows color (decimal): -3527715 or 14494666. OLE color: 14494666.

HSL color Cylindrical-coordinate representation of color #CA2BDD: hue angle of 293.6º degrees, saturation: 0.72, 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 #CA2BDD is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20243221-
CMYK0.090.8100.13
HSL293.6º72.36%51.76%-
HSV(B)293.6º80.54%86.67%-
XYZ38.2719.570.15-
YUV110.83190.18193.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 43 (17.19% from 255) = 9.23%
BLUE value IS 221 (86.72% from 255) = 47.42%
R=43.35%
G=9.23%
B=47.42%

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
Decimal202432210.090.8100.13293.672.3651.76
HexCA2BDD9510D1264834
Octal312533351112101544611064
Binary110010101010111101110110011010001011011001001101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2BDD; }

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

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

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

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

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

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

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

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