Html Css Color HEX #AF4FCF Medium Orchid

📋 copy color: '#AF4FCF'

red 175 ◦ green 79 ◦ blue 207

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

Shades of Medium Orchid #AF4FCF

Tints of Medium Orchid #AF4FCF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.14%

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 37.96%
G = 17.14%
B = 44.9%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF4FCF (or 0xAF4FCF) is known color: Medium Orchid. HEX triplet: AF, 4F and CF. RGB value is (175,79,207). Sum of RGB (Red+Green+Blue) = 175+79+207=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF4FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FCF is #50B030. Grayscale: #797979. Windows color (decimal): -5287985 or 13586351. OLE color: 13586351.

HSL color Cylindrical-coordinate representation of color #AF4FCF: hue angle of 285º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4FCF is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 79 207 -
CMYK 0.15 0.62 0 0.19
HSL 285º 0.57% 0.56% -
HSV(B) 285º 0.62% 0.81% -
XYZ 31.74 19.21 61.07 -
YUV 122.3 175.8 165.59 -
System Red Green Blue C M Y K H S L
Decimal 175 79 207 0.15 0.62 0 0.19 285 0.57 0.56
Hex AF 4F CF F 3E 0 13 11D 39 38
Octal 257 117 317 17 76 0 23 435 71 70
Binary 10101111 1001111 11001111 1111 111110 0 10011 100011101 111001 111000

Color Harmonies of #AF4FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4FCF

Black with #AF4FCF

Text Example


Text Example

White with #AF4FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4FCF; }

 p { color: rgb(175,79,207); }

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

background-color css

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

 a { background-color: rgb(175,79,207); }

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

border-color css

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

 span { border-color: rgb(175,79,207); }

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