#cd50da

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

Shades of Medium Orchid #CD50DA

Tints of Medium Orchid #CD50DA

Color information

#CD50DA (or 0xCD50DA) is unknown color: approx Medium Orchid. HEX triplet: CD, 50 and DA. RGB value is (205,80,218). Sum of RGB (Red+Green+Blue) = 205+80+218=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD50DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD50DA is #32AF25. Grayscale: #848484. Windows color (decimal): -3321638 or 14307533. OLE color: 14307533.

HSL color Cylindrical-coordinate representation of color #CD50DA: hue angle of 294.35º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD50DA is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20580218-
CMYK0.060.6300.15
HSL294.35º65.09%58.43%-
HSV(B)294.35º63.3%85.49%-
XYZ40.723.7868.77-
YUV133.11175.91179.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 80 (31.64% from 255) = 15.90%
BLUE value IS 218 (85.55% from 255) = 43.34%
R=40.76%
G=15.90%
B=43.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205802180.060.6300.15294.3565.0958.43
HexCD50DA63F0F126413a
Octal31512033267701744610172
Binary11001101101000011011010110111111011111001001101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd50da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd50da; }

 p { color: rgb(205,80,218); }

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

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

 a { background-color: rgb(205,80,218); }

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

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

 span { border-color: rgb(205,80,218); }

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