Html Css Color HEX #AF68CD Medium Orchid

📋 copy color: '#AF68CD'

red 175 ◦ green 104 ◦ blue 205

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

Shades of Medium Orchid #AF68CD

Tints of Medium Orchid #AF68CD

RGB

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

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

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

R = 36.16%
G = 21.49%
B = 42.36%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF68CD (or 0xAF68CD) is known color: Medium Orchid. HEX triplet: AF, 68 and CD. RGB value is (175,104,205). Sum of RGB (Red+Green+Blue) = 175+104+205=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF68CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68CD is #509732. Grayscale: #888888. Windows color (decimal): -5281587 or 13461679. OLE color: 13461679.

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

Color convert

RGB 175 104 205 -
CMYK 0.15 0.49 0 0.20
HSL 282.18º 0.5% 0.61% -
HSV(B) 282.18º 0.49% 0.8% -
XYZ 33.65 23.42 60.51 -
YUV 136.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 175 104 205 0.15 0.49 0 0.20 282.18 0.5 0.61
Hex AF 68 CD F 31 0 14 11A 32 3D
Octal 257 150 315 17 61 0 24 432 62 75
Binary 10101111 1101000 11001101 1111 110001 0 10100 100011010 110010 111101

Color Harmonies of #AF68CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68CD

Black with #AF68CD

Text Example


Text Example

White with #AF68CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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