#CA3CDC

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

Shades of Medium Orchid #CA3CDC

Tints of Medium Orchid #CA3CDC

Color information

#CA3CDC (or 0xCA3CDC) is unknown color: approx Medium Orchid. HEX triplet: CA, 3C and DC. RGB value is (202,60,220). Sum of RGB (Red+Green+Blue) = 202+60+220=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA3CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3CDC is #35C323. Grayscale: #787878. Windows color (decimal): -3523364 or 14433482. OLE color: 14433482.

HSL color Cylindrical-coordinate representation of color #CA3CDC: hue angle of 293.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3CDC is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20260220-
CMYK0.080.7300.14
HSL293.25º69.57%54.9%-
HSV(B)293.25º72.73%86.27%-
XYZ38.8920.9669.71-
YUV120.7184.04185.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 60 (23.83% from 255) = 12.45%
BLUE value IS 220 (86.33% from 255) = 45.64%
R=41.91%
G=12.45%
B=45.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202602200.080.7300.14293.2569.5754.9
HexCA3CDC8490E1254637
Octal312743341011101644510667
Binary110010101111001101110010001001001011101001001011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3CDC; }

 p { color: rgb(202,60,220); }

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

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

 a { background-color: rgb(202,60,220); }

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

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

 span { border-color: rgb(202,60,220); }

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