Html Css Color HEX #AF68D6 Medium Orchid

📋 copy color: '#AF68D6'

red 175 ◦ green 104 ◦ blue 214

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

Shades of Medium Orchid #AF68D6

Tints of Medium Orchid #AF68D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.41%

R = 35.5%
G = 21.1%
B = 43.41%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF68D6 (or 0xAF68D6) is known color: Medium Orchid. HEX triplet: AF, 68 and D6. RGB value is (175,104,214). Sum of RGB (Red+Green+Blue) = 175+104+214=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF68D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68D6 is #509729. Grayscale: #898989. Windows color (decimal): -5281578 or 14051503. OLE color: 14051503.

HSL color Cylindrical-coordinate representation of color #AF68D6: hue angle of 278.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF68D6 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 104 214 -
CMYK 0.18 0.51 0 0.16
HSL 278.73º 0.57% 0.62% -
HSV(B) 278.73º 0.51% 0.84% -
XYZ 34.77 23.87 66.39 -
YUV 137.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 175 104 214 0.18 0.51 0 0.16 278.73 0.57 0.62
Hex AF 68 D6 12 33 0 10 117 39 3E
Octal 257 150 326 22 63 0 20 427 71 76
Binary 10101111 1101000 11010110 10010 110011 0 10000 100010111 111001 111110

Color Harmonies of #AF68D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68D6

Black with #AF68D6

Text Example


Text Example

White with #AF68D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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