Html Css Color HEX #AF5BCB Medium Orchid

📋 copy color: '#AF5BCB'

red 175 ◦ green 91 ◦ blue 203

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

Shades of Medium Orchid #AF5BCB

Tints of Medium Orchid #AF5BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.4%

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

R = 37.31%
G = 19.4%
B = 43.28%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF5BCB (or 0xAF5BCB) is known color: Medium Orchid. HEX triplet: AF, 5B and CB. RGB value is (175,91,203). Sum of RGB (Red+Green+Blue) = 175+91+203=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF5BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BCB is #50A434. Grayscale: #808080. Windows color (decimal): -5284917 or 13327279. OLE color: 13327279.

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

Color convert

RGB 175 91 203 -
CMYK 0.14 0.55 0 0.20
HSL 285º 0.52% 0.58% -
HSV(B) 285º 0.55% 0.8% -
XYZ 32.2 20.91 58.84 -
YUV 128.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 175 91 203 0.14 0.55 0 0.20 285 0.52 0.58
Hex AF 5B CB E 37 0 14 11D 34 3A
Octal 257 133 313 16 67 0 24 435 64 72
Binary 10101111 1011011 11001011 1110 110111 0 10100 100011101 110100 111010

Color Harmonies of #AF5BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BCB

Black with #AF5BCB

Text Example


Text Example

White with #AF5BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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