Html Css Color HEX #AF4FCE Medium Orchid

📋 copy color: '#AF4FCE'

red 175 ◦ green 79 ◦ blue 206

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

Shades of Medium Orchid #AF4FCE

Tints of Medium Orchid #AF4FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 38.04%
G = 17.17%
B = 44.78%

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

#AF4FCE (or 0xAF4FCE) is known color: Medium Orchid. HEX triplet: AF, 4F and CE. RGB value is (175,79,206). Sum of RGB (Red+Green+Blue) = 175+79+206=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF4FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FCE is #50B031. Grayscale: #797979. Windows color (decimal): -5287986 or 13520815. OLE color: 13520815.

HSL color Cylindrical-coordinate representation of color #AF4FCE: hue angle of 285.35º degrees, saturation: 0.56, 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 #AF4FCE is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 79 206 -
CMYK 0.15 0.62 0 0.19
HSL 285.35º 0.56% 0.56% -
HSV(B) 285.35º 0.62% 0.81% -
XYZ 31.62 19.16 60.42 -
YUV 122.18 175.3 165.67 -
System Red Green Blue C M Y K H S L
Decimal 175 79 206 0.15 0.62 0 0.19 285.35 0.56 0.56
Hex AF 4F CE F 3E 0 13 11D 38 38
Octal 257 117 316 17 76 0 23 435 70 70
Binary 10101111 1001111 11001110 1111 111110 0 10011 100011101 111000 111000

Color Harmonies of #AF4FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4FCE

Black with #AF4FCE

Text Example


Text Example

White with #AF4FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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