Html Css Color HEX #AF47CB Medium Orchid

📋 copy color: '#AF47CB'

red 175 ◦ green 71 ◦ blue 203

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

Shades of Medium Orchid #AF47CB

Tints of Medium Orchid #AF47CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 38.98%
G = 15.81%
B = 45.21%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF47CB (or 0xAF47CB) is known color: Medium Orchid. HEX triplet: AF, 47 and CB. RGB value is (175,71,203). Sum of RGB (Red+Green+Blue) = 175+71+203=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF47CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47CB is #50B834. Grayscale: #747474. Windows color (decimal): -5290037 or 13322159. OLE color: 13322159.

HSL color Cylindrical-coordinate representation of color #AF47CB: hue angle of 287.27º degrees, saturation: 0.56, 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 #AF47CB is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 71 203 -
CMYK 0.14 0.65 0 0.20
HSL 287.27º 0.56% 0.54% -
HSV(B) 287.27º 0.65% 0.8% -
XYZ 30.71 17.93 58.34 -
YUV 117.14 176.46 169.27 -
System Red Green Blue C M Y K H S L
Decimal 175 71 203 0.14 0.65 0 0.20 287.27 0.56 0.54
Hex AF 47 CB E 41 0 14 11F 38 36
Octal 257 107 313 16 101 0 24 437 70 66
Binary 10101111 1000111 11001011 1110 1000001 0 10100 100011111 111000 110110

Color Harmonies of #AF47CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47CB

Black with #AF47CB

Text Example


Text Example

White with #AF47CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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