Html Css Color HEX #AF47CE Medium Orchid

📋 copy color: '#AF47CE'

red 175 ◦ green 71 ◦ blue 206

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

Shades of Medium Orchid #AF47CE

Tints of Medium Orchid #AF47CE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.71%

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

R = 38.72%
G = 15.71%
B = 45.58%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF47CE (or 0xAF47CE) is known color: Medium Orchid. HEX triplet: AF, 47 and CE. RGB value is (175,71,206). Sum of RGB (Red+Green+Blue) = 175+71+206=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF47CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47CE is #50B831. Grayscale: #757575. Windows color (decimal): -5290034 or 13518767. OLE color: 13518767.

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

Color convert

RGB 175 71 206 -
CMYK 0.15 0.66 0 0.19
HSL 286.22º 0.58% 0.54% -
HSV(B) 286.22º 0.66% 0.81% -
XYZ 31.07 18.08 60.24 -
YUV 117.49 177.96 169.02 -
System Red Green Blue C M Y K H S L
Decimal 175 71 206 0.15 0.66 0 0.19 286.22 0.58 0.54
Hex AF 47 CE F 42 0 13 11E 3A 36
Octal 257 107 316 17 102 0 23 436 72 66
Binary 10101111 1000111 11001110 1111 1000010 0 10011 100011110 111010 110110

Color Harmonies of #AF47CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47CE

Black with #AF47CE

Text Example


Text Example

White with #AF47CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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