Html Css Color HEX #AF3DD5 Medium Orchid

📋 copy color: '#AF3DD5'

red 175 ◦ green 61 ◦ blue 213

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

Shades of Medium Orchid #AF3DD5

Tints of Medium Orchid #AF3DD5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.59%

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

R = 38.98%
G = 13.59%
B = 47.44%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF3DD5 (or 0xAF3DD5) is known color: Medium Orchid. HEX triplet: AF, 3D and D5. RGB value is (175,61,213). Sum of RGB (Red+Green+Blue) = 175+61+213=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF3DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DD5 is #50C22A. Grayscale: #6F6F6F. Windows color (decimal): -5292587 or 13974959. OLE color: 13974959.

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

Color convert

RGB 175 61 213 -
CMYK 0.18 0.71 0 0.16
HSL 285º 0.64% 0.54% -
HSV(B) 285º 0.71% 0.84% -
XYZ 31.36 17.26 64.63 -
YUV 112.41 184.77 172.64 -
System Red Green Blue C M Y K H S L
Decimal 175 61 213 0.18 0.71 0 0.16 285 0.64 0.54
Hex AF 3D D5 12 47 0 10 11D 40 36
Octal 257 75 325 22 107 0 20 435 100 66
Binary 10101111 111101 11010101 10010 1000111 0 10000 100011101 1000000 110110

Color Harmonies of #AF3DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3DD5

Black with #AF3DD5

Text Example


Text Example

White with #AF3DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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