Html Css Color HEX #AF50CB Medium Orchid

📋 copy color: '#AF50CB'

red 175 ◦ green 80 ◦ blue 203

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

Shades of Medium Orchid #AF50CB

Tints of Medium Orchid #AF50CB

RGB

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

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

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

R = 38.21%
G = 17.47%
B = 44.32%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF50CB (or 0xAF50CB) is known color: Medium Orchid. HEX triplet: AF, 50 and CB. RGB value is (175,80,203). Sum of RGB (Red+Green+Blue) = 175+80+203=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF50CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50CB is #50AF34. Grayscale: #7A7A7A. Windows color (decimal): -5287733 or 13324463. OLE color: 13324463.

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

Color convert

RGB 175 80 203 -
CMYK 0.14 0.61 0 0.20
HSL 286.34º 0.54% 0.55% -
HSV(B) 286.34º 0.61% 0.8% -
XYZ 31.33 19.16 58.55 -
YUV 122.43 173.47 165.5 -
System Red Green Blue C M Y K H S L
Decimal 175 80 203 0.14 0.61 0 0.20 286.34 0.54 0.55
Hex AF 50 CB E 3D 0 14 11E 36 37
Octal 257 120 313 16 75 0 24 436 66 67
Binary 10101111 1010000 11001011 1110 111101 0 10100 100011110 110110 110111

Color Harmonies of #AF50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50CB

Black with #AF50CB

Text Example


Text Example

White with #AF50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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