Html Css Color HEX #AF41DD Medium Orchid

📋 copy color: '#AF41DD'

red 175 ◦ green 65 ◦ blue 221

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

Shades of Medium Orchid #AF41DD

Tints of Medium Orchid #AF41DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.1%

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 37.96%
G = 14.1%
B = 47.94%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF41DD (or 0xAF41DD) is known color: Medium Orchid. HEX triplet: AF, 41 and DD. RGB value is (175,65,221). Sum of RGB (Red+Green+Blue) = 175+65+221=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF41DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41DD is #50BE22. Grayscale: #737373. Windows color (decimal): -5291555 or 14500271. OLE color: 14500271.

HSL color Cylindrical-coordinate representation of color #AF41DD: hue angle of 282.31º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF41DD is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 65 221 -
CMYK 0.21 0.71 0 0.13
HSL 282.31º 0.7% 0.56% -
HSV(B) 282.31º 0.71% 0.87% -
XYZ 32.62 18.12 70.18 -
YUV 115.67 187.44 170.32 -
System Red Green Blue C M Y K H S L
Decimal 175 65 221 0.21 0.71 0 0.13 282.31 0.7 0.56
Hex AF 41 DD 15 47 0 D 11A 46 38
Octal 257 101 335 25 107 0 15 432 106 70
Binary 10101111 1000001 11011101 10101 1000111 0 1101 100011010 1000110 111000

Color Harmonies of #AF41DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41DD

Black with #AF41DD

Text Example


Text Example

White with #AF41DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41DD; }

 p { color: rgb(175,65,221); }

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

background-color css

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

 a { background-color: rgb(175,65,221); }

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

border-color css

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

 span { border-color: rgb(175,65,221); }

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