Html Css Color HEX #AF50CD Medium Orchid

📋 copy color: '#AF50CD'

red 175 ◦ green 80 ◦ blue 205

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

Shades of Medium Orchid #AF50CD

Tints of Medium Orchid #AF50CD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.39%

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

R = 38.04%
G = 17.39%
B = 44.57%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF50CD (or 0xAF50CD) is known color: Medium Orchid. HEX triplet: AF, 50 and CD. RGB value is (175,80,205). Sum of RGB (Red+Green+Blue) = 175+80+205=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF50CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50CD is #50AF32. Grayscale: #7A7A7A. Windows color (decimal): -5287731 or 13455535. OLE color: 13455535.

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

Color convert

RGB 175 80 205 -
CMYK 0.15 0.61 0 0.20
HSL 285.6º 0.56% 0.56% -
HSV(B) 285.6º 0.61% 0.8% -
XYZ 31.57 19.26 59.81 -
YUV 122.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 175 80 205 0.15 0.61 0 0.20 285.6 0.56 0.56
Hex AF 50 CD F 3D 0 14 11E 38 38
Octal 257 120 315 17 75 0 24 436 70 70
Binary 10101111 1010000 11001101 1111 111101 0 10100 100011110 111000 111000

Color Harmonies of #AF50CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50CD

Black with #AF50CD

Text Example


Text Example

White with #AF50CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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