Html Css Color HEX #AF50CE Medium Orchid

📋 copy color: '#AF50CE'

red 175 ◦ green 80 ◦ blue 206

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

Shades of Medium Orchid #AF50CE

Tints of Medium Orchid #AF50CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 37.96%
G = 17.35%
B = 44.69%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF50CE (or 0xAF50CE) is known color: Medium Orchid. HEX triplet: AF, 50 and CE. RGB value is (175,80,206). Sum of RGB (Red+Green+Blue) = 175+80+206=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF50CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50CE is #50AF31. Grayscale: #7A7A7A. Windows color (decimal): -5287730 or 13521071. OLE color: 13521071.

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

Color convert

RGB 175 80 206 -
CMYK 0.15 0.61 0 0.19
HSL 285.24º 0.56% 0.56% -
HSV(B) 285.24º 0.61% 0.81% -
XYZ 31.69 19.31 60.45 -
YUV 122.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 175 80 206 0.15 0.61 0 0.19 285.24 0.56 0.56
Hex AF 50 CE F 3D 0 13 11D 38 38
Octal 257 120 316 17 75 0 23 435 70 70
Binary 10101111 1010000 11001110 1111 111101 0 10011 100011101 111000 111000

Color Harmonies of #AF50CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50CE

Black with #AF50CE

Text Example


Text Example

White with #AF50CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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