Html Css Color HEX #AF51CD Medium Orchid

📋 copy color: '#AF51CD'

red 175 ◦ green 81 ◦ blue 205

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

Shades of Medium Orchid #AF51CD

Tints of Medium Orchid #AF51CD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.57%

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

R = 37.96%
G = 17.57%
B = 44.47%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF51CD (or 0xAF51CD) is known color: Medium Orchid. HEX triplet: AF, 51 and CD. RGB value is (175,81,205). Sum of RGB (Red+Green+Blue) = 175+81+205=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF51CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51CD is #50AE32. Grayscale: #7A7A7A. Windows color (decimal): -5287475 or 13455791. OLE color: 13455791.

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

Color convert

RGB 175 81 205 -
CMYK 0.15 0.60 0 0.20
HSL 285.48º 0.55% 0.56% -
HSV(B) 285.48º 0.6% 0.8% -
XYZ 31.64 19.41 59.84 -
YUV 123.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 175 81 205 0.15 0.60 0 0.20 285.48 0.55 0.56
Hex AF 51 CD F 3C 0 14 11D 37 38
Octal 257 121 315 17 74 0 24 435 67 70
Binary 10101111 1010001 11001101 1111 111100 0 10100 100011101 110111 111000

Color Harmonies of #AF51CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF51CD

Black with #AF51CD

Text Example


Text Example

White with #AF51CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF51CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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