#CD3FDB

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

Shades of Medium Orchid #CD3FDB

Tints of Medium Orchid #CD3FDB

Color information

#CD3FDB (or 0xCD3FDB) is unknown color: approx Medium Orchid. HEX triplet: CD, 3F and DB. RGB value is (205,63,219). Sum of RGB (Red+Green+Blue) = 205+63+219=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 63 (25% from 255 or 12.94% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD3FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3FDB is #32C024. Grayscale: #7A7A7A. Windows color (decimal): -3325989 or 14368717. OLE color: 14368717.

HSL color Cylindrical-coordinate representation of color #CD3FDB: hue angle of 294.62º degrees, saturation: 0.68, 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 #CD3FDB is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20563219-
CMYK0.060.7100.14
HSL294.62º68.42%55.29%-
HSV(B)294.62º71.23%85.88%-
XYZ39.7421.6569.1-
YUV123.24182.04186.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.09%
GREEN value IS 63 (25% from 255) = 12.94%
BLUE value IS 219 (85.94% from 255) = 44.97%
R=42.09%
G=12.94%
B=44.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal205632190.060.7100.14294.6268.4255.29
HexCD3FDB6470E1274437
Octal31577333610701644710467
Binary11001101111111110110111101000111011101001001111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3FDB; }

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

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

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

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

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

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

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

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