#CF3AE3

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

Shades of Medium Orchid #CF3AE3

Tints of Medium Orchid #CF3AE3

Color information

#CF3AE3 (or 0xCF3AE3) is unknown color: approx Medium Orchid. HEX triplet: CF, 3A and E3. RGB value is (207,58,227). Sum of RGB (Red+Green+Blue) = 207+58+227=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 58 (23.05% from 255 or 11.79% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 227 - color contains mainly: blue. Hex color #CF3AE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3AE3 is #30C51C. Grayscale: #797979. Windows color (decimal): -3196189 or 14891727. OLE color: 14891727.

HSL color Cylindrical-coordinate representation of color #CF3AE3: hue angle of 292.9º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3AE3 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20758227-
CMYK0.090.7400.11
HSL292.9º75.11%55.88%-
HSV(B)292.9º74.45%89.02%-
XYZ41.1121.8474.72-
YUV121.82187.36188.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 58 (23.05% from 255) = 11.79%
BLUE value IS 227 (89.06% from 255) = 46.14%
R=42.07%
G=11.79%
B=46.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal207582270.090.7400.11292.975.1155.88
HexCF3AE394A0B1254b38
Octal317723431111201344511370
Binary110011111110101110001110011001010010111001001011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3AE3; }

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

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

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

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

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

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

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

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