Html Css Color HEX #AF4DCB Medium Orchid

📋 copy color: '#AF4DCB'

red 175 ◦ green 77 ◦ blue 203

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

Shades of Medium Orchid #AF4DCB

Tints of Medium Orchid #AF4DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.92%

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

R = 38.46%
G = 16.92%
B = 44.62%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF4DCB (or 0xAF4DCB) is known color: Medium Orchid. HEX triplet: AF, 4D and CB. RGB value is (175,77,203). Sum of RGB (Red+Green+Blue) = 175+77+203=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF4DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DCB is #50B234. Grayscale: #787878. Windows color (decimal): -5288501 or 13323695. OLE color: 13323695.

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

Color convert

RGB 175 77 203 -
CMYK 0.14 0.62 0 0.20
HSL 286.67º 0.55% 0.55% -
HSV(B) 286.67º 0.62% 0.8% -
XYZ 31.11 18.73 58.48 -
YUV 120.67 174.47 166.75 -
System Red Green Blue C M Y K H S L
Decimal 175 77 203 0.14 0.62 0 0.20 286.67 0.55 0.55
Hex AF 4D CB E 3E 0 14 11F 37 37
Octal 257 115 313 16 76 0 24 437 67 67
Binary 10101111 1001101 11001011 1110 111110 0 10100 100011111 110111 110111

Color Harmonies of #AF4DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4DCB

Black with #AF4DCB

Text Example


Text Example

White with #AF4DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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