#CA4DF2

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

Shades of Medium Orchid #CA4DF2

Tints of Medium Orchid #CA4DF2

Color information

#CA4DF2 (or 0xCA4DF2) is unknown color: approx Medium Orchid. HEX triplet: CA, 4D and F2. RGB value is (202,77,242). Sum of RGB (Red+Green+Blue) = 202+77+242=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA4DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4DF2 is #35B20D. Grayscale: #848484. Windows color (decimal): -3518990 or 15879626. OLE color: 15879626.

HSL color Cylindrical-coordinate representation of color #CA4DF2: hue angle of 285.45º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4DF2 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20277242-
CMYK0.170.6800.05
HSL285.45º86.39%62.55%-
HSV(B)285.45º68.18%94.9%-
XYZ43.0424.2886.42-
YUV133.18189.41177.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 77 (30.47% from 255) = 14.78%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=38.77%
G=14.78%
B=46.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202772420.170.6800.05285.4586.3962.55
HexCA4DF211440511d563f
Octal312115362211040543512677
Binary1100101010011011111001010001100010001011000111011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4DF2; }

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

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

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

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

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

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

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

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