#CD46DB

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

Shades of Medium Orchid #CD46DB

Tints of Medium Orchid #CD46DB

Color information

#CD46DB (or 0xCD46DB) is unknown color: approx Medium Orchid. HEX triplet: CD, 46 and DB. RGB value is (205,70,219). Sum of RGB (Red+Green+Blue) = 205+70+219=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 70 (27.73% from 255 or 14.17% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD46DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD46DB is #32B924. Grayscale: #7E7E7E. Windows color (decimal): -3324197 or 14370509. OLE color: 14370509.

HSL color Cylindrical-coordinate representation of color #CD46DB: hue angle of 294.36º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD46DB is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20570219-
CMYK0.060.6800.14
HSL294.36º67.42%56.67%-
HSV(B)294.36º68.04%85.88%-
XYZ40.1522.4769.24-
YUV127.35179.73183.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 70 (27.73% from 255) = 14.17%
BLUE value IS 219 (85.94% from 255) = 44.33%
R=41.50%
G=14.17%
B=44.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal205702190.060.6800.14294.3667.4256.67
HexCD46DB6440E1264339
Octal315106333610401644610371
Binary110011011000110110110111101000100011101001001101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD46DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD46DB; }

 p { color: rgb(205,70,219); }

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

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

 a { background-color: rgb(205,70,219); }

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

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

 span { border-color: rgb(205,70,219); }

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