Html Css Color HEX #AF5DD5 Medium Orchid

📋 copy color: '#AF5DD5'

red 175 ◦ green 93 ◦ blue 213

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

Shades of Medium Orchid #AF5DD5

Tints of Medium Orchid #AF5DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 36.38%
G = 19.33%
B = 44.28%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF5DD5 (or 0xAF5DD5) is known color: Medium Orchid. HEX triplet: AF, 5D and D5. RGB value is (175,93,213). Sum of RGB (Red+Green+Blue) = 175+93+213=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF5DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DD5 is #50A22A. Grayscale: #828282. Windows color (decimal): -5284395 or 13983151. OLE color: 13983151.

HSL color Cylindrical-coordinate representation of color #AF5DD5: hue angle of 281º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF5DD5 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 93 213 -
CMYK 0.18 0.56 0 0.16
HSL 281º 0.59% 0.6% -
HSV(B) 281º 0.56% 0.84% -
XYZ 33.6 21.75 65.38 -
YUV 131.2 174.17 159.24 -
System Red Green Blue C M Y K H S L
Decimal 175 93 213 0.18 0.56 0 0.16 281 0.59 0.6
Hex AF 5D D5 12 38 0 10 119 3B 3C
Octal 257 135 325 22 70 0 20 431 73 74
Binary 10101111 1011101 11010101 10010 111000 0 10000 100011001 111011 111100

Color Harmonies of #AF5DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5DD5

Black with #AF5DD5

Text Example


Text Example

White with #AF5DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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