#CF4AED

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

Shades of Medium Orchid #CF4AED

Tints of Medium Orchid #CF4AED

Color information

#CF4AED (or 0xCF4AED) is unknown color: approx Medium Orchid. HEX triplet: CF, 4A and ED. RGB value is (207,74,237). Sum of RGB (Red+Green+Blue) = 207+74+237=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF4AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4AED is #30B512. Grayscale: #838383. Windows color (decimal): -3192083 or 15551183. OLE color: 15551183.

HSL color Cylindrical-coordinate representation of color #CF4AED: hue angle of 288.96º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4AED is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20774237-
CMYK0.130.6900.07
HSL288.96º81.91%60.98%-
HSV(B)288.96º68.78%92.94%-
XYZ43.4724.2882.52-
YUV132.35187.06181.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 74 (29.30% from 255) = 14.29%
BLUE value IS 237 (92.97% from 255) = 45.75%
R=39.96%
G=14.29%
B=45.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal207742370.130.6900.07288.9681.9160.98
HexCF4AEDD4507121523d
Octal317112355151050744112275
Binary110011111001010111011011101100010101111001000011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4AED; }

 p { color: rgb(207,74,237); }

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

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

 a { background-color: rgb(207,74,237); }

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

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

 span { border-color: rgb(207,74,237); }

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