#CD4CF8

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

Shades of Medium Orchid #CD4CF8

Tints of Medium Orchid #CD4CF8

Color information

#CD4CF8 (or 0xCD4CF8) is unknown color: approx Medium Orchid. HEX triplet: CD, 4C and F8. RGB value is (205,76,248). Sum of RGB (Red+Green+Blue) = 205+76+248=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 76 (30.08% from 255 or 14.37% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #CD4CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD4CF8 is #32B307. Grayscale: #858585. Windows color (decimal): -3322632 or 16272589. OLE color: 16272589.

HSL color Cylindrical-coordinate representation of color #CD4CF8: hue angle of 285º degrees, saturation: 0.92, 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 #CD4CF8 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20576248-
CMYK0.170.6900.03
HSL285º92.47%63.53%-
HSV(B)285º69.35%97.25%-
XYZ44.724.9391.26-
YUV134.18192.24178.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 76 (30.08% from 255) = 14.37%
BLUE value IS 248 (97.27% from 255) = 46.88%
R=38.75%
G=14.37%
B=46.88%

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
Decimal205762480.170.6900.0328592.4763.53
HexCD4CF811450311d5c40
Octal3151143702110503435134100
Binary1100110110011001111100010001100010101110001110110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4CF8; }

 p { color: rgb(205,76,248); }

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

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

 a { background-color: rgb(205,76,248); }

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

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

 span { border-color: rgb(205,76,248); }

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