Html Css Color HEX #AF5FCC Medium Orchid

📋 copy color: '#AF5FCC'

red 175 ◦ green 95 ◦ blue 204

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

Shades of Medium Orchid #AF5FCC

Tints of Medium Orchid #AF5FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 36.92%
G = 20.04%
B = 43.04%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF5FCC (or 0xAF5FCC) is known color: Medium Orchid. HEX triplet: AF, 5F and CC. RGB value is (175,95,204). Sum of RGB (Red+Green+Blue) = 175+95+204=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF5FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FCC is #50A033. Grayscale: #828282. Windows color (decimal): -5283892 or 13393839. OLE color: 13393839.

HSL color Cylindrical-coordinate representation of color #AF5FCC: hue angle of 284.04º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5FCC is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 95 204 -
CMYK 0.14 0.53 0 0.2
HSL 284.04º 0.52% 0.59% -
HSV(B) 284.04º 0.53% 0.8% -
XYZ 32.67 21.66 59.59 -
YUV 131.35 169 159.14 -
System Red Green Blue C M Y K H S L
Decimal 175 95 204 0.14 0.53 0 0.2 284.04 0.52 0.59
Hex AF 5F CC E 35 0 14 11C 34 3B
Octal 257 137 314 16 65 0 24 434 64 73
Binary 10101111 1011111 11001100 1110 110101 0 10100 100011100 110100 111011

Color Harmonies of #AF5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FCC

Black with #AF5FCC

Text Example


Text Example

White with #AF5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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