#CF3AE0

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

Shades of Medium Orchid #CF3AE0

Tints of Medium Orchid #CF3AE0

Color information

#CF3AE0 (or 0xCF3AE0) is unknown color: approx Medium Orchid. HEX triplet: CF, 3A and E0. RGB value is (207,58,224). Sum of RGB (Red+Green+Blue) = 207+58+224=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF3AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3AE0 is #30C51F. Grayscale: #787878. Windows color (decimal): -3196192 or 14695119. OLE color: 14695119.

HSL color Cylindrical-coordinate representation of color #CF3AE0: hue angle of 293.86º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3AE0 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20758224-
CMYK0.080.7400.12
HSL293.86º72.81%55.29%-
HSV(B)293.86º74.11%87.84%-
XYZ40.721.6772.56-
YUV121.48185.86189-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.33%
GREEN value IS 58 (23.05% from 255) = 11.86%
BLUE value IS 224 (87.89% from 255) = 45.81%
R=42.33%
G=11.86%
B=45.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal207582240.080.7400.12293.8672.8155.29
HexCF3AE084A0C1264937
Octal317723401011201444611167
Binary110011111110101110000010001001010011001001001101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3AE0; }

 p { color: rgb(207,58,224); }

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

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

 a { background-color: rgb(207,58,224); }

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

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

 span { border-color: rgb(207,58,224); }

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