#CF4AEC

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

Shades of Medium Orchid #CF4AEC

Tints of Medium Orchid #CF4AEC

Color information

#CF4AEC (or 0xCF4AEC) is unknown color: approx Medium Orchid. HEX triplet: CF, 4A and EC. RGB value is (207,74,236). Sum of RGB (Red+Green+Blue) = 207+74+236=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 74 (29.30% from 255 or 14.31% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF4AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4AEC is #30B513. Grayscale: #838383. Windows color (decimal): -3192084 or 15485647. OLE color: 15485647.

HSL color Cylindrical-coordinate representation of color #CF4AEC: hue angle of 289.26º degrees, saturation: 0.81, 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 #CF4AEC is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20774236-
CMYK0.120.6900.07
HSL289.26º81%60.78%-
HSV(B)289.26º68.64%92.55%-
XYZ43.3224.2281.75-
YUV132.23186.56181.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 74 (29.30% from 255) = 14.31%
BLUE value IS 236 (92.58% from 255) = 45.65%
R=40.04%
G=14.31%
B=45.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal207742360.120.6900.07289.268160.78
HexCF4AECC4507121513d
Octal317112354141050744112175
Binary110011111001010111011001100100010101111001000011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4AEC; }

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

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

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

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

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

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

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

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