Html Css Color HEX #AF50CF Medium Orchid

📋 copy color: '#AF50CF'

red 175 ◦ green 80 ◦ blue 207

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

Shades of Medium Orchid #AF50CF

Tints of Medium Orchid #AF50CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.32%

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

R = 37.88%
G = 17.32%
B = 44.81%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF50CF (or 0xAF50CF) is known color: Medium Orchid. HEX triplet: AF, 50 and CF. RGB value is (175,80,207). Sum of RGB (Red+Green+Blue) = 175+80+207=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF50CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50CF is #50AF30. Grayscale: #7A7A7A. Windows color (decimal): -5287729 or 13586607. OLE color: 13586607.

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

Color convert

RGB 175 80 207 -
CMYK 0.15 0.61 0 0.19
HSL 284.88º 0.57% 0.56% -
HSV(B) 284.88º 0.61% 0.81% -
XYZ 31.81 19.36 61.09 -
YUV 122.88 175.47 165.17 -
System Red Green Blue C M Y K H S L
Decimal 175 80 207 0.15 0.61 0 0.19 284.88 0.57 0.56
Hex AF 50 CF F 3D 0 13 11D 39 38
Octal 257 120 317 17 75 0 23 435 71 70
Binary 10101111 1010000 11001111 1111 111101 0 10011 100011101 111001 111000

Color Harmonies of #AF50CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50CF

Black with #AF50CF

Text Example


Text Example

White with #AF50CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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