Html Css Color HEX #AF64CD Medium Orchid

📋 copy color: '#AF64CD'

red 175 ◦ green 100 ◦ blue 205

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

Shades of Medium Orchid #AF64CD

Tints of Medium Orchid #AF64CD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.83%

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

R = 36.46%
G = 20.83%
B = 42.71%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF64CD (or 0xAF64CD) is known color: Medium Orchid. HEX triplet: AF, 64 and CD. RGB value is (175,100,205). Sum of RGB (Red+Green+Blue) = 175+100+205=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF64CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64CD is #509B32. Grayscale: #868686. Windows color (decimal): -5282611 or 13460655. OLE color: 13460655.

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

Color convert

RGB 175 100 205 -
CMYK 0.15 0.51 0 0.20
HSL 282.86º 0.51% 0.6% -
HSV(B) 282.86º 0.51% 0.8% -
XYZ 33.26 22.64 60.37 -
YUV 134.4 167.85 156.96 -
System Red Green Blue C M Y K H S L
Decimal 175 100 205 0.15 0.51 0 0.20 282.86 0.51 0.6
Hex AF 64 CD F 33 0 14 11B 33 3C
Octal 257 144 315 17 63 0 24 433 63 74
Binary 10101111 1100100 11001101 1111 110011 0 10100 100011011 110011 111100

Color Harmonies of #AF64CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF64CD

Black with #AF64CD

Text Example


Text Example

White with #AF64CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF64CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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