#CD4DF7

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

Shades of Medium Orchid #CD4DF7

Tints of Medium Orchid #CD4DF7

Color information

#CD4DF7 (or 0xCD4DF7) is unknown color: approx Medium Orchid. HEX triplet: CD, 4D and F7. RGB value is (205,77,247). Sum of RGB (Red+Green+Blue) = 205+77+247=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 77 (30.47% from 255 or 14.56% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #CD4DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD4DF7 is #32B208. Grayscale: #868686. Windows color (decimal): -3322377 or 16207309. OLE color: 16207309.

HSL color Cylindrical-coordinate representation of color #CD4DF7: hue angle of 285.18º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD4DF7 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20577247-
CMYK0.170.6900.03
HSL285.18º91.4%63.53%-
HSV(B)285.18º68.83%96.86%-
XYZ44.622590.47-
YUV134.65191.41178.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 77 (30.47% from 255) = 14.56%
BLUE value IS 247 (96.88% from 255) = 46.69%
R=38.75%
G=14.56%
B=46.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal205772470.170.6900.03285.1891.463.53
HexCD4DF711450311d5b40
Octal3151153672110503435133100
Binary1100110110011011111011110001100010101110001110110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4DF7; }

 p { color: rgb(205,77,247); }

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

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

 a { background-color: rgb(205,77,247); }

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

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

 span { border-color: rgb(205,77,247); }

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