Html Css Color HEX #AF5BCD Medium Orchid

📋 copy color: '#AF5BCD'

red 175 ◦ green 91 ◦ blue 205

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

Shades of Medium Orchid #AF5BCD

Tints of Medium Orchid #AF5BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.32%

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 37.15%
G = 19.32%
B = 43.52%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF5BCD (or 0xAF5BCD) is known color: Medium Orchid. HEX triplet: AF, 5B and CD. RGB value is (175,91,205). Sum of RGB (Red+Green+Blue) = 175+91+205=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF5BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BCD is #50A432. Grayscale: #808080. Windows color (decimal): -5284915 or 13458351. OLE color: 13458351.

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

Color convert

RGB 175 91 205 -
CMYK 0.15 0.56 0 0.20
HSL 284.21º 0.53% 0.58% -
HSV(B) 284.21º 0.56% 0.8% -
XYZ 32.44 21 60.1 -
YUV 129.11 170.83 160.73 -
System Red Green Blue C M Y K H S L
Decimal 175 91 205 0.15 0.56 0 0.20 284.21 0.53 0.58
Hex AF 5B CD F 38 0 14 11C 35 3A
Octal 257 133 315 17 70 0 24 434 65 72
Binary 10101111 1011011 11001101 1111 111000 0 10100 100011100 110101 111010

Color Harmonies of #AF5BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BCD

Black with #AF5BCD

Text Example


Text Example

White with #AF5BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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