Html Css Color HEX #AF4DFD Medium Orchid

📋 copy color: '#AF4DFD'

red 175 ◦ green 77 ◦ blue 253

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

Shades of Medium Orchid #AF4DFD

Tints of Medium Orchid #AF4DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.25%

 BLUE value IS 253 (99.22% from 255) = 50.1%

R = 34.65%
G = 15.25%
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

#AF4DFD (or 0xAF4DFD) is known color: Medium Orchid. HEX triplet: AF, 4D and FD. RGB value is (175,77,253). Sum of RGB (Red+Green+Blue) = 175+77+253=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF4DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4DFD is #50B202. Grayscale: #7D7D7D. Windows color (decimal): -5288451 or 16600495. OLE color: 16600495.

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

Color convert

RGB 175 77 253 -
CMYK 0.31 0.70 0 0.01
HSL 273.41º 0.98% 0.65% -
HSV(B) 273.41º 0.7% 0.99% -
XYZ 38.06 21.51 95.07 -
YUV 126.37 199.47 162.69 -
System Red Green Blue C M Y K H S L
Decimal 175 77 253 0.31 0.70 0 0.01 273.41 0.98 0.65
Hex AF 4D FD 1F 46 0 1 111 62 41
Octal 257 115 375 37 106 0 1 421 142 101
Binary 10101111 1001101 11111101 11111 1000110 0 1 100010001 1100010 1000001

Color Harmonies of #AF4DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4DFD

Black with #AF4DFD

Text Example


Text Example

White with #AF4DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4DFD; }

 p { color: rgb(175,77,253); }

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

background-color css

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

 a { background-color: rgb(175,77,253); }

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

border-color css

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

 span { border-color: rgb(175,77,253); }

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