Html Css Color HEX #AF5DCD Medium Orchid

📋 copy color: '#AF5DCD'

red 175 ◦ green 93 ◦ blue 205

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

Shades of Medium Orchid #AF5DCD

Tints of Medium Orchid #AF5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.66%

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 37%
G = 19.66%
B = 43.34%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF5DCD (or 0xAF5DCD) is known color: Medium Orchid. HEX triplet: AF, 5D and CD. RGB value is (175,93,205). Sum of RGB (Red+Green+Blue) = 175+93+205=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF5DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DCD is #50A232. Grayscale: #818181. Windows color (decimal): -5284403 or 13458863. OLE color: 13458863.

HSL color Cylindrical-coordinate representation of color #AF5DCD: hue angle of 283.93º degrees, saturation: 0.53, 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 #AF5DCD is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 93 205 -
CMYK 0.15 0.55 0 0.20
HSL 283.93º 0.53% 0.58% -
HSV(B) 283.93º 0.55% 0.8% -
XYZ 32.61 21.35 60.16 -
YUV 130.29 170.17 159.89 -
System Red Green Blue C M Y K H S L
Decimal 175 93 205 0.15 0.55 0 0.20 283.93 0.53 0.58
Hex AF 5D CD F 37 0 14 11C 35 3A
Octal 257 135 315 17 67 0 24 434 65 72
Binary 10101111 1011101 11001101 1111 110111 0 10100 100011100 110101 111010

Color Harmonies of #AF5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5DCD

Black with #AF5DCD

Text Example


Text Example

White with #AF5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5DCD; }

 p { color: rgb(175,93,205); }

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

background-color css

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

 a { background-color: rgb(175,93,205); }

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

border-color css

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

 span { border-color: rgb(175,93,205); }

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