#CA2DE1

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

Shades of Medium Orchid #CA2DE1

Tints of Medium Orchid #CA2DE1

Color information

#CA2DE1 (or 0xCA2DE1) is unknown color: approx Medium Orchid. HEX triplet: CA, 2D and E1. RGB value is (202,45,225). Sum of RGB (Red+Green+Blue) = 202+45+225=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA2DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DE1 is #35D21E. Grayscale: #6F6F6F. Windows color (decimal): -3527199 or 14757322. OLE color: 14757322.

HSL color Cylindrical-coordinate representation of color #CA2DE1: hue angle of 292.33º degrees, saturation: 0.75, 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 #CA2DE1 is Cyan = 0.10, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20245225-
CMYK0.100.800.12
HSL292.33º75%52.94%-
HSV(B)292.33º80%88.24%-
XYZ38.8919.8773.02-
YUV112.46191.51191.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 45 (17.97% from 255) = 9.53%
BLUE value IS 225 (88.28% from 255) = 47.67%
R=42.80%
G=9.53%
B=47.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal202452250.100.800.12292.337552.94
HexCA2DE1A500C1244b35
Octal312553411212001444411365
Binary110010101011011110000110101010000011001001001001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2DE1; }

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

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

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

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

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

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

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

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