Html Css Color HEX #AF66CD Medium Orchid

📋 copy color: '#AF66CD'

red 175 ◦ green 102 ◦ blue 205

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

Shades of Medium Orchid #AF66CD

Tints of Medium Orchid #AF66CD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.16%

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

R = 36.31%
G = 21.16%
B = 42.53%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF66CD (or 0xAF66CD) is known color: Medium Orchid. HEX triplet: AF, 66 and CD. RGB value is (175,102,205). Sum of RGB (Red+Green+Blue) = 175+102+205=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF66CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66CD is #509932. Grayscale: #878787. Windows color (decimal): -5282099 or 13461167. OLE color: 13461167.

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

Color convert

RGB 175 102 205 -
CMYK 0.15 0.50 0 0.20
HSL 282.52º 0.51% 0.6% -
HSV(B) 282.52º 0.5% 0.8% -
XYZ 33.45 23.02 60.44 -
YUV 135.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 175 102 205 0.15 0.50 0 0.20 282.52 0.51 0.6
Hex AF 66 CD F 32 0 14 11B 33 3C
Octal 257 146 315 17 62 0 24 433 63 74
Binary 10101111 1100110 11001101 1111 110010 0 10100 100011011 110011 111100

Color Harmonies of #AF66CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66CD

Black with #AF66CD

Text Example


Text Example

White with #AF66CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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