Html Css Color HEX #AF57CB Medium Orchid

📋 copy color: '#AF57CB'

red 175 ◦ green 87 ◦ blue 203

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

Shades of Medium Orchid #AF57CB

Tints of Medium Orchid #AF57CB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.71%

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

R = 37.63%
G = 18.71%
B = 43.66%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF57CB (or 0xAF57CB) is known color: Medium Orchid. HEX triplet: AF, 57 and CB. RGB value is (175,87,203). Sum of RGB (Red+Green+Blue) = 175+87+203=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF57CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57CB is #50A834. Grayscale: #7E7E7E. Windows color (decimal): -5285941 or 13326255. OLE color: 13326255.

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

Color convert

RGB 175 87 203 -
CMYK 0.14 0.57 0 0.20
HSL 285.52º 0.53% 0.57% -
HSV(B) 285.52º 0.57% 0.8% -
XYZ 31.87 20.24 58.73 -
YUV 126.54 171.15 162.57 -
System Red Green Blue C M Y K H S L
Decimal 175 87 203 0.14 0.57 0 0.20 285.52 0.53 0.57
Hex AF 57 CB E 39 0 14 11E 35 39
Octal 257 127 313 16 71 0 24 436 65 71
Binary 10101111 1010111 11001011 1110 111001 0 10100 100011110 110101 111001

Color Harmonies of #AF57CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF57CB

Black with #AF57CB

Text Example


Text Example

White with #AF57CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF57CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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