Html Css Color HEX #AF56CB Medium Orchid

📋 copy color: '#AF56CB'

red 175 ◦ green 86 ◦ blue 203

#AF56CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AF56CB

Tints of Medium Orchid #AF56CB

RGB

 RED value IS 175 (68.75% from 255) = 37.72%

 GREEN value IS 86 (33.98% from 255) = 18.53%

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 37.72%
G = 18.53%
B = 43.75%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF56CB (or 0xAF56CB) is known color: Medium Orchid. HEX triplet: AF, 56 and CB. RGB value is (175,86,203). Sum of RGB (Red+Green+Blue) = 175+86+203=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF56CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF56CB is #50A934. Grayscale: #7D7D7D. Windows color (decimal): -5286197 or 13325999. OLE color: 13325999.

HSL color Cylindrical-coordinate representation of color #AF56CB: hue angle of 285.64º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF56CB is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 86 203 -
CMYK 0.14 0.58 0 0.20
HSL 285.64º 0.53% 0.57% -
HSV(B) 285.64º 0.58% 0.8% -
XYZ 31.79 20.08 58.7 -
YUV 125.95 171.49 162.99 -
System Red Green Blue C M Y K H S L
Decimal 175 86 203 0.14 0.58 0 0.20 285.64 0.53 0.57
Hex AF 56 CB E 3A 0 14 11E 35 39
Octal 257 126 313 16 72 0 24 436 65 71
Binary 10101111 1010110 11001011 1110 111010 0 10100 100011110 110101 111001

Color Harmonies of #AF56CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF56CB

Black with #AF56CB

Text Example


Text Example

White with #AF56CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF56CB; }

 p { color: rgb(175,86,203); }

 H1.HeaderClassName
 {
   color: #AF56CB;
 }
 .AnyTagClassName
 {
   color: #AF56CB;
 }
</style>

background-color css

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

 a { background-color: rgb(175,86,203); }

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

border-color css

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

 span { border-color: rgb(175,86,203); }

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