#CD4AF0

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

Shades of Medium Orchid #CD4AF0

Tints of Medium Orchid #CD4AF0

Color information

#CD4AF0 (or 0xCD4AF0) is unknown color: approx Medium Orchid. HEX triplet: CD, 4A and F0. RGB value is (205,74,240). Sum of RGB (Red+Green+Blue) = 205+74+240=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 74 (29.30% from 255 or 14.26% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD4AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD4AF0 is #32B50F. Grayscale: #838383. Windows color (decimal): -3323152 or 15747789. OLE color: 15747789.

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

Color convert

RGB20574240-
CMYK0.150.6900.06
HSL287.35º84.69%61.57%-
HSV(B)287.35º69.17%94.12%-
XYZ43.3524.1784.82-
YUV132.09188.9180-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 74 (29.30% from 255) = 14.26%
BLUE value IS 240 (94.14% from 255) = 46.24%
R=39.50%
G=14.26%
B=46.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal205742400.150.6900.06287.3584.6961.57
HexCD4AF0F450611f553e
Octal315112360171050643712576
Binary110011011001010111100001111100010101101000111111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4AF0; }

 p { color: rgb(205,74,240); }

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

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

 a { background-color: rgb(205,74,240); }

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

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

 span { border-color: rgb(205,74,240); }

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