Html Css Color HEX #AF4CDD Medium Orchid

📋 copy color: '#AF4CDD'

red 175 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #AF4CDD

Tints of Medium Orchid #AF4CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.1%

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

R = 37.08%
G = 16.1%
B = 46.82%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF4CDD (or 0xAF4CDD) is known color: Medium Orchid. HEX triplet: AF, 4C and DD. RGB value is (175,76,221). Sum of RGB (Red+Green+Blue) = 175+76+221=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF4CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4CDD is #50B322. Grayscale: #797979. Windows color (decimal): -5288739 or 14503087. OLE color: 14503087.

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

Color convert

RGB 175 76 221 -
CMYK 0.21 0.66 0 0.13
HSL 280.97º 0.68% 0.58% -
HSV(B) 280.97º 0.66% 0.87% -
XYZ 33.31 19.5 70.42 -
YUV 122.13 183.8 165.71 -
System Red Green Blue C M Y K H S L
Decimal 175 76 221 0.21 0.66 0 0.13 280.97 0.68 0.58
Hex AF 4C DD 15 42 0 D 119 44 3A
Octal 257 114 335 25 102 0 15 431 104 72
Binary 10101111 1001100 11011101 10101 1000010 0 1101 100011001 1000100 111010

Color Harmonies of #AF4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4CDD

Black with #AF4CDD

Text Example


Text Example

White with #AF4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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