Html Css Color HEX #AF47CC Medium Orchid

📋 copy color: '#AF47CC'

red 175 ◦ green 71 ◦ blue 204

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

Shades of Medium Orchid #AF47CC

Tints of Medium Orchid #AF47CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 38.89%
G = 15.78%
B = 45.33%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF47CC (or 0xAF47CC) is known color: Medium Orchid. HEX triplet: AF, 47 and CC. RGB value is (175,71,204). Sum of RGB (Red+Green+Blue) = 175+71+204=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF47CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47CC is #50B833. Grayscale: #747474. Windows color (decimal): -5290036 or 13387695. OLE color: 13387695.

HSL color Cylindrical-coordinate representation of color #AF47CC: hue angle of 286.92º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF47CC is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 71 204 -
CMYK 0.14 0.65 0 0.2
HSL 286.92º 0.57% 0.54% -
HSV(B) 286.92º 0.65% 0.8% -
XYZ 30.83 17.98 58.97 -
YUV 117.26 176.96 169.19 -
System Red Green Blue C M Y K H S L
Decimal 175 71 204 0.14 0.65 0 0.2 286.92 0.57 0.54
Hex AF 47 CC E 41 0 14 11F 39 36
Octal 257 107 314 16 101 0 24 437 71 66
Binary 10101111 1000111 11001100 1110 1000001 0 10100 100011111 111001 110110

Color Harmonies of #AF47CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47CC

Black with #AF47CC

Text Example


Text Example

White with #AF47CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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