Html Css Color HEX #AF4CDE Medium Orchid

📋 copy color: '#AF4CDE'

red 175 ◦ green 76 ◦ blue 222

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

Shades of Medium Orchid #AF4CDE

Tints of Medium Orchid #AF4CDE

RGB

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

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

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

R = 37%
G = 16.07%
B = 46.93%

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

#AF4CDE (or 0xAF4CDE) is known color: Medium Orchid. HEX triplet: AF, 4C and DE. RGB value is (175,76,222). Sum of RGB (Red+Green+Blue) = 175+76+222=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF4CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4CDE is #50B321. Grayscale: #797979. Windows color (decimal): -5288738 or 14568623. OLE color: 14568623.

HSL color Cylindrical-coordinate representation of color #AF4CDE: hue angle of 280.68º degrees, saturation: 0.69, 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 #AF4CDE is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 76 222 -
CMYK 0.21 0.66 0 0.13
HSL 280.68º 0.69% 0.58% -
HSV(B) 280.68º 0.66% 0.87% -
XYZ 33.45 19.56 71.12 -
YUV 122.25 184.3 165.63 -
System Red Green Blue C M Y K H S L
Decimal 175 76 222 0.21 0.66 0 0.13 280.68 0.69 0.58
Hex AF 4C DE 15 42 0 D 119 45 3A
Octal 257 114 336 25 102 0 15 431 105 72
Binary 10101111 1001100 11011110 10101 1000010 0 1101 100011001 1000101 111010

Color Harmonies of #AF4CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4CDE

Black with #AF4CDE

Text Example


Text Example

White with #AF4CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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