Html Css Color HEX #AF4CDC Medium Orchid

📋 copy color: '#AF4CDC'

red 175 ◦ green 76 ◦ blue 220

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

Shades of Medium Orchid #AF4CDC

Tints of Medium Orchid #AF4CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 37.15%
G = 16.14%
B = 46.71%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF4CDC (or 0xAF4CDC) is known color: Medium Orchid. HEX triplet: AF, 4C and DC. RGB value is (175,76,220). Sum of RGB (Red+Green+Blue) = 175+76+220=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF4CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4CDC is #50B323. Grayscale: #797979. Windows color (decimal): -5288740 or 14437551. OLE color: 14437551.

HSL color Cylindrical-coordinate representation of color #AF4CDC: hue angle of 281.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF4CDC is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 76 220 -
CMYK 0.20 0.65 0 0.14
HSL 281.25º 0.67% 0.58% -
HSV(B) 281.25º 0.65% 0.86% -
XYZ 33.18 19.45 69.72 -
YUV 122.02 183.3 165.79 -
System Red Green Blue C M Y K H S L
Decimal 175 76 220 0.20 0.65 0 0.14 281.25 0.67 0.58
Hex AF 4C DC 14 41 0 E 119 43 3A
Octal 257 114 334 24 101 0 16 431 103 72
Binary 10101111 1001100 11011100 10100 1000001 0 1110 100011001 1000011 111010

Color Harmonies of #AF4CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4CDC

Black with #AF4CDC

Text Example


Text Example

White with #AF4CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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