Html Css Color HEX #AF64DD Medium Orchid

📋 copy color: '#AF64DD'

red 175 ◦ green 100 ◦ blue 221

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

Shades of Medium Orchid #AF64DD

Tints of Medium Orchid #AF64DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.16%

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

R = 35.28%
G = 20.16%
B = 44.56%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF64DD (or 0xAF64DD) is known color: Medium Orchid. HEX triplet: AF, 64 and DD. RGB value is (175,100,221). Sum of RGB (Red+Green+Blue) = 175+100+221=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF64DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64DD is #509B22. Grayscale: #878787. Windows color (decimal): -5282595 or 14509231. OLE color: 14509231.

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

Color convert

RGB 175 100 221 -
CMYK 0.21 0.55 0 0.13
HSL 277.19º 0.64% 0.63% -
HSV(B) 277.19º 0.55% 0.87% -
XYZ 35.29 23.45 71.07 -
YUV 136.22 175.85 155.66 -
System Red Green Blue C M Y K H S L
Decimal 175 100 221 0.21 0.55 0 0.13 277.19 0.64 0.63
Hex AF 64 DD 15 37 0 D 115 40 3F
Octal 257 144 335 25 67 0 15 425 100 77
Binary 10101111 1100100 11011101 10101 110111 0 1101 100010101 1000000 111111

Color Harmonies of #AF64DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF64DD

Black with #AF64DD

Text Example


Text Example

White with #AF64DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF64DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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