Html Css Color HEX #AF5ECB Medium Orchid

📋 copy color: '#AF5ECB'

red 175 ◦ green 94 ◦ blue 203

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

Shades of Medium Orchid #AF5ECB

Tints of Medium Orchid #AF5ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.92%

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

R = 37.08%
G = 19.92%
B = 43.01%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF5ECB (or 0xAF5ECB) is known color: Medium Orchid. HEX triplet: AF, 5E and CB. RGB value is (175,94,203). Sum of RGB (Red+Green+Blue) = 175+94+203=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF5ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ECB is #50A134. Grayscale: #828282. Windows color (decimal): -5284149 or 13328047. OLE color: 13328047.

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

Color convert

RGB 175 94 203 -
CMYK 0.14 0.54 0 0.20
HSL 284.59º 0.51% 0.58% -
HSV(B) 284.59º 0.54% 0.8% -
XYZ 32.46 21.43 58.93 -
YUV 130.65 168.84 159.64 -
System Red Green Blue C M Y K H S L
Decimal 175 94 203 0.14 0.54 0 0.20 284.59 0.51 0.58
Hex AF 5E CB E 36 0 14 11D 33 3A
Octal 257 136 313 16 66 0 24 435 63 72
Binary 10101111 1011110 11001011 1110 110110 0 10100 100011101 110011 111010

Color Harmonies of #AF5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5ECB

Black with #AF5ECB

Text Example


Text Example

White with #AF5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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