Html Css Color HEX #AF63DD Medium Orchid

📋 copy color: '#AF63DD'

red 175 ◦ green 99 ◦ blue 221

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

Shades of Medium Orchid #AF63DD

Tints of Medium Orchid #AF63DD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20%

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

R = 35.35%
G = 20%
B = 44.65%

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

#AF63DD (or 0xAF63DD) is known color: Medium Orchid. HEX triplet: AF, 63 and DD. RGB value is (175,99,221). Sum of RGB (Red+Green+Blue) = 175+99+221=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF63DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63DD is #509C22. Grayscale: #878787. Windows color (decimal): -5282851 or 14508975. OLE color: 14508975.

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

Color convert

RGB 175 99 221 -
CMYK 0.21 0.55 0 0.13
HSL 277.38º 0.64% 0.63% -
HSV(B) 277.38º 0.55% 0.87% -
XYZ 35.19 23.26 71.04 -
YUV 135.63 176.18 156.08 -
System Red Green Blue C M Y K H S L
Decimal 175 99 221 0.21 0.55 0 0.13 277.38 0.64 0.63
Hex AF 63 DD 15 37 0 D 115 40 3F
Octal 257 143 335 25 67 0 15 425 100 77
Binary 10101111 1100011 11011101 10101 110111 0 1101 100010101 1000000 111111

Color Harmonies of #AF63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63DD

Black with #AF63DD

Text Example


Text Example

White with #AF63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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