#CA3DDC

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

Shades of Medium Orchid #CA3DDC

Tints of Medium Orchid #CA3DDC

Color information

#CA3DDC (or 0xCA3DDC) is unknown color: approx Medium Orchid. HEX triplet: CA, 3D and DC. RGB value is (202,61,220). Sum of RGB (Red+Green+Blue) = 202+61+220=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 61 (24.22% from 255 or 12.63% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA3DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3DDC is #35C223. Grayscale: #787878. Windows color (decimal): -3523108 or 14433738. OLE color: 14433738.

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

Color convert

RGB20261220-
CMYK0.080.7200.14
HSL293.21º69.43%55.1%-
HSV(B)293.21º72.27%86.27%-
XYZ38.9421.0669.72-
YUV121.28183.71185.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 61 (24.22% from 255) = 12.63%
BLUE value IS 220 (86.33% from 255) = 45.55%
R=41.82%
G=12.63%
B=45.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202612200.080.7200.14293.2169.4355.1
HexCA3DDC8480E1254537
Octal312753341011001644510567
Binary110010101111011101110010001001000011101001001011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3DDC; }

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

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

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

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

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

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

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

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