Html Css Color HEX #AF44CD Medium Orchid

📋 copy color: '#AF44CD'

red 175 ◦ green 68 ◦ blue 205

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

Shades of Medium Orchid #AF44CD

Tints of Medium Orchid #AF44CD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.18%

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 39.06%
G = 15.18%
B = 45.76%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF44CD (or 0xAF44CD) is known color: Medium Orchid. HEX triplet: AF, 44 and CD. RGB value is (175,68,205). Sum of RGB (Red+Green+Blue) = 175+68+205=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF44CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF44CD is #50BB32. Grayscale: #737373. Windows color (decimal): -5290803 or 13452463. OLE color: 13452463.

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

Color convert

RGB 175 68 205 -
CMYK 0.15 0.67 0 0.20
HSL 286.86º 0.58% 0.54% -
HSV(B) 286.86º 0.67% 0.8% -
XYZ 30.77 17.66 59.54 -
YUV 115.61 178.45 170.36 -
System Red Green Blue C M Y K H S L
Decimal 175 68 205 0.15 0.67 0 0.20 286.86 0.58 0.54
Hex AF 44 CD F 43 0 14 11F 3A 36
Octal 257 104 315 17 103 0 24 437 72 66
Binary 10101111 1000100 11001101 1111 1000011 0 10100 100011111 111010 110110

Color Harmonies of #AF44CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF44CD

Black with #AF44CD

Text Example


Text Example

White with #AF44CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF44CD; }

 p { color: rgb(175,68,205); }

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

background-color css

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

 a { background-color: rgb(175,68,205); }

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

border-color css

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

 span { border-color: rgb(175,68,205); }

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