Html Css Color HEX #AF4CFC Medium Orchid

📋 copy color: '#AF4CFC'

red 175 ◦ green 76 ◦ blue 252

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

Shades of Medium Orchid #AF4CFC

Tints of Medium Orchid #AF4CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.11%

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 34.79%
G = 15.11%
B = 50.1%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF4CFC (or 0xAF4CFC) is known color: Medium Orchid. HEX triplet: AF, 4C and FC. RGB value is (175,76,252). Sum of RGB (Red+Green+Blue) = 175+76+252=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF4CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4CFC is #50B303. Grayscale: #7D7D7D. Windows color (decimal): -5288708 or 16534703. OLE color: 16534703.

HSL color Cylindrical-coordinate representation of color #AF4CFC: hue angle of 273.75º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF4CFC is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 76 252 -
CMYK 0.31 0.70 0 0.01
HSL 273.75º 0.97% 0.64% -
HSV(B) 273.75º 0.7% 0.99% -
XYZ 37.83 21.31 94.21 -
YUV 125.67 199.3 163.19 -
System Red Green Blue C M Y K H S L
Decimal 175 76 252 0.31 0.70 0 0.01 273.75 0.97 0.64
Hex AF 4C FC 1F 46 0 1 112 61 40
Octal 257 114 374 37 106 0 1 422 141 100
Binary 10101111 1001100 11111100 11111 1000110 0 1 100010010 1100001 1000000

Color Harmonies of #AF4CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4CFC

Black with #AF4CFC

Text Example


Text Example

White with #AF4CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4CFC; }

 p { color: rgb(175,76,252); }

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

background-color css

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

 a { background-color: rgb(175,76,252); }

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

border-color css

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

 span { border-color: rgb(175,76,252); }

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