Html Css Color HEX #AF4DCF Medium Orchid

📋 copy color: '#AF4DCF'

red 175 ◦ green 77 ◦ blue 207

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

Shades of Medium Orchid #AF4DCF

Tints of Medium Orchid #AF4DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.78%

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

R = 38.13%
G = 16.78%
B = 45.1%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF4DCF (or 0xAF4DCF) is known color: Medium Orchid. HEX triplet: AF, 4D and CF. RGB value is (175,77,207). Sum of RGB (Red+Green+Blue) = 175+77+207=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF4DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DCF is #50B230. Grayscale: #787878. Windows color (decimal): -5288497 or 13585839. OLE color: 13585839.

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

Color convert

RGB 175 77 207 -
CMYK 0.15 0.63 0 0.19
HSL 285.23º 0.58% 0.56% -
HSV(B) 285.23º 0.63% 0.81% -
XYZ 31.6 18.93 61.02 -
YUV 121.12 176.47 166.43 -
System Red Green Blue C M Y K H S L
Decimal 175 77 207 0.15 0.63 0 0.19 285.23 0.58 0.56
Hex AF 4D CF F 3F 0 13 11D 3A 38
Octal 257 115 317 17 77 0 23 435 72 70
Binary 10101111 1001101 11001111 1111 111111 0 10011 100011101 111010 111000

Color Harmonies of #AF4DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4DCF

Black with #AF4DCF

Text Example


Text Example

White with #AF4DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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