#CD3FDC

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

Shades of Medium Orchid #CD3FDC

Tints of Medium Orchid #CD3FDC

Color information

#CD3FDC (or 0xCD3FDC) is unknown color: approx Medium Orchid. HEX triplet: CD, 3F and DC. RGB value is (205,63,220). Sum of RGB (Red+Green+Blue) = 205+63+220=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD3FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3FDC is #32C023. Grayscale: #7A7A7A. Windows color (decimal): -3325988 or 14434253. OLE color: 14434253.

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

Color convert

RGB20563220-
CMYK0.070.7100.14
HSL294.27º69.16%55.49%-
HSV(B)294.27º71.36%86.27%-
XYZ39.8721.769.8-
YUV123.36182.54186.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 63 (25% from 255) = 12.91%
BLUE value IS 220 (86.33% from 255) = 45.08%
R=42.01%
G=12.91%
B=45.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal205632200.070.7100.14294.2769.1655.49
HexCD3FDC7470E1264537
Octal31577334710701644610567
Binary11001101111111110111001111000111011101001001101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3FDC; }

 p { color: rgb(205,63,220); }

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

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

 a { background-color: rgb(205,63,220); }

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

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

 span { border-color: rgb(205,63,220); }

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