Html Css Color HEX #AF5FCF Medium Orchid

📋 copy color: '#AF5FCF'

red 175 ◦ green 95 ◦ blue 207

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

Shades of Medium Orchid #AF5FCF

Tints of Medium Orchid #AF5FCF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.92%

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

R = 36.69%
G = 19.92%
B = 43.4%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF5FCF (or 0xAF5FCF) is known color: Medium Orchid. HEX triplet: AF, 5F and CF. RGB value is (175,95,207). Sum of RGB (Red+Green+Blue) = 175+95+207=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF5FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FCF is #50A030. Grayscale: #838383. Windows color (decimal): -5283889 or 13590447. OLE color: 13590447.

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

Color convert

RGB 175 95 207 -
CMYK 0.15 0.54 0 0.19
HSL 282.86º 0.54% 0.59% -
HSV(B) 282.86º 0.54% 0.81% -
XYZ 33.03 21.8 61.5 -
YUV 131.69 170.5 158.89 -
System Red Green Blue C M Y K H S L
Decimal 175 95 207 0.15 0.54 0 0.19 282.86 0.54 0.59
Hex AF 5F CF F 36 0 13 11B 36 3B
Octal 257 137 317 17 66 0 23 433 66 73
Binary 10101111 1011111 11001111 1111 110110 0 10011 100011011 110110 111011

Color Harmonies of #AF5FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FCF

Black with #AF5FCF

Text Example


Text Example

White with #AF5FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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