Html Css Color HEX #AF68DD Medium Orchid

📋 copy color: '#AF68DD'

red 175 ◦ green 104 ◦ blue 221

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

Shades of Medium Orchid #AF68DD

Tints of Medium Orchid #AF68DD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.8%

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

R = 35%
G = 20.8%
B = 44.2%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF68DD (or 0xAF68DD) is known color: Medium Orchid. HEX triplet: AF, 68 and DD. RGB value is (175,104,221). Sum of RGB (Red+Green+Blue) = 175+104+221=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF68DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68DD is #509722. Grayscale: #8A8A8A. Windows color (decimal): -5281571 or 14510255. OLE color: 14510255.

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

Color convert

RGB 175 104 221 -
CMYK 0.21 0.53 0 0.13
HSL 276.41º 0.63% 0.64% -
HSV(B) 276.41º 0.53% 0.87% -
XYZ 35.68 24.24 71.2 -
YUV 138.57 174.52 153.99 -
System Red Green Blue C M Y K H S L
Decimal 175 104 221 0.21 0.53 0 0.13 276.41 0.63 0.64
Hex AF 68 DD 15 35 0 D 114 3F 40
Octal 257 150 335 25 65 0 15 424 77 100
Binary 10101111 1101000 11011101 10101 110101 0 1101 100010100 111111 1000000

Color Harmonies of #AF68DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68DD

Black with #AF68DD

Text Example


Text Example

White with #AF68DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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