#CD2DDF

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

Shades of Medium Orchid #CD2DDF

Tints of Medium Orchid #CD2DDF

Color information

#CD2DDF (or 0xCD2DDF) is unknown color: approx Medium Orchid. HEX triplet: CD, 2D and DF. RGB value is (205,45,223). Sum of RGB (Red+Green+Blue) = 205+45+223=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD2DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2DDF is #32D220. Grayscale: #707070. Windows color (decimal): -3330593 or 14626253. OLE color: 14626253.

HSL color Cylindrical-coordinate representation of color #CD2DDF: hue angle of 293.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2DDF is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20545223-
CMYK0.080.8000.13
HSL293.93º73.55%52.55%-
HSV(B)293.93º79.82%87.45%-
XYZ39.4320.1871.63-
YUV113.13190.01193.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 45 (17.97% from 255) = 9.51%
BLUE value IS 223 (87.5% from 255) = 47.15%
R=43.34%
G=9.51%
B=47.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205452230.080.8000.13293.9373.5552.55
HexCD2DDF8500D1264a35
Octal315553371012001544611265
Binary110011011011011101111110001010000011011001001101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2DDF; }

 p { color: rgb(205,45,223); }

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

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

 a { background-color: rgb(205,45,223); }

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

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

 span { border-color: rgb(205,45,223); }

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