#CD4CEF

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

Shades of Medium Orchid #CD4CEF

Tints of Medium Orchid #CD4CEF

Color information

#CD4CEF (or 0xCD4CEF) is unknown color: approx Medium Orchid. HEX triplet: CD, 4C and EF. RGB value is (205,76,239). Sum of RGB (Red+Green+Blue) = 205+76+239=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #CD4CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD4CEF is #32B310. Grayscale: #848484. Windows color (decimal): -3322641 or 15682765. OLE color: 15682765.

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

Color convert

RGB20576239-
CMYK0.140.6800.06
HSL287.48º83.59%61.76%-
HSV(B)287.48º68.2%93.73%-
XYZ43.3424.3884.08-
YUV133.15187.74179.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 76 (30.08% from 255) = 14.62%
BLUE value IS 239 (93.75% from 255) = 45.96%
R=39.42%
G=14.62%
B=45.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal205762390.140.6800.06287.4883.5961.76
HexCD4CEFE440611f543e
Octal315114357161040643712476
Binary110011011001100111011111110100010001101000111111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4CEF; }

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

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

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

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

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

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

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

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