Html Css Color HEX #AF4DDE Medium Orchid

📋 copy color: '#AF4DDE'

red 175 ◦ green 77 ◦ blue 222

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

Shades of Medium Orchid #AF4DDE

Tints of Medium Orchid #AF4DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 36.92%
G = 16.24%
B = 46.84%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF4DDE (or 0xAF4DDE) is known color: Medium Orchid. HEX triplet: AF, 4D and DE. RGB value is (175,77,222). Sum of RGB (Red+Green+Blue) = 175+77+222=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF4DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DDE is #50B221. Grayscale: #7A7A7A. Windows color (decimal): -5288482 or 14568879. OLE color: 14568879.

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

Color convert

RGB 175 77 222 -
CMYK 0.21 0.65 0 0.13
HSL 280.55º 0.69% 0.59% -
HSV(B) 280.55º 0.65% 0.87% -
XYZ 33.52 19.7 71.14 -
YUV 122.83 183.97 165.21 -
System Red Green Blue C M Y K H S L
Decimal 175 77 222 0.21 0.65 0 0.13 280.55 0.69 0.59
Hex AF 4D DE 15 41 0 D 119 45 3B
Octal 257 115 336 25 101 0 15 431 105 73
Binary 10101111 1001101 11011110 10101 1000001 0 1101 100011001 1000101 111011

Color Harmonies of #AF4DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4DDE

Black with #AF4DDE

Text Example


Text Example

White with #AF4DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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