#AF63CD

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

Shades of Medium Orchid #AF63CD

Tints of Medium Orchid #AF63CD

Color information

#AF63CD (or 0xAF63CD) is unknown color: approx Medium Orchid. HEX triplet: AF, 63 and CD. RGB value is (175,99,205). Sum of RGB (Red+Green+Blue) = 175+99+205=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF63CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63CD is #509C32. Grayscale: #858585. Windows color (decimal): -5282867 or 13460399. OLE color: 13460399.

HSL color Cylindrical-coordinate representation of color #AF63CD: hue angle of 283.02º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF63CD is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17599205-
CMYK0.150.5200.20
HSL283.02º51.46%59.61%-
HSV(B)283.02º51.71%80.39%-
XYZ33.1622.4560.34-
YUV133.81168.18157.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 99 (39.06% from 255) = 20.67%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=36.53%
G=20.67%
B=42.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal175992050.150.5200.20283.0251.4659.61
HexAF63CDF3401411b333c
Octal25714331517640244336374
Binary101011111100011110011011111110100010100100011011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF63CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF63CD; }

 p { color: rgb(175,99,205); }

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

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

 a { background-color: rgb(175,99,205); }

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

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

 span { border-color: rgb(175,99,205); }

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