Html Css Color HEX #AF4ECC Medium Orchid

📋 copy color: '#AF4ECC'

red 175 ◦ green 78 ◦ blue 204

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

Shades of Medium Orchid #AF4ECC

Tints of Medium Orchid #AF4ECC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.07%

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 38.29%
G = 17.07%
B = 44.64%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF4ECC (or 0xAF4ECC) is known color: Medium Orchid. HEX triplet: AF, 4E and CC. RGB value is (175,78,204). Sum of RGB (Red+Green+Blue) = 175+78+204=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF4ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4ECC is #50B133. Grayscale: #787878. Windows color (decimal): -5288244 or 13389487. OLE color: 13389487.

HSL color Cylindrical-coordinate representation of color #AF4ECC: hue angle of 286.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4ECC is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 78 204 -
CMYK 0.14 0.62 0 0.2
HSL 286.19º 0.55% 0.55% -
HSV(B) 286.19º 0.62% 0.8% -
XYZ 31.3 18.92 59.13 -
YUV 121.37 174.64 166.25 -
System Red Green Blue C M Y K H S L
Decimal 175 78 204 0.14 0.62 0 0.2 286.19 0.55 0.55
Hex AF 4E CC E 3E 0 14 11E 37 37
Octal 257 116 314 16 76 0 24 436 67 67
Binary 10101111 1001110 11001100 1110 111110 0 10100 100011110 110111 110111

Color Harmonies of #AF4ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4ECC

Black with #AF4ECC

Text Example


Text Example

White with #AF4ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4ECC; }

 p { color: rgb(175,78,204); }

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

background-color css

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

 a { background-color: rgb(175,78,204); }

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

border-color css

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

 span { border-color: rgb(175,78,204); }

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