Html Css Color HEX #AF4CFD Medium Orchid

📋 copy color: '#AF4CFD'

red 175 ◦ green 76 ◦ blue 253

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

Shades of Medium Orchid #AF4CFD

Tints of Medium Orchid #AF4CFD

RGB

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

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

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

R = 34.72%
G = 15.08%
B = 50.2%

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

#AF4CFD (or 0xAF4CFD) is known color: Medium Orchid. HEX triplet: AF, 4C and FD. RGB value is (175,76,253). Sum of RGB (Red+Green+Blue) = 175+76+253=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF4CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4CFD is #50B302. Grayscale: #7D7D7D. Windows color (decimal): -5288707 or 16600239. OLE color: 16600239.

HSL color Cylindrical-coordinate representation of color #AF4CFD: hue angle of 273.56º 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 #AF4CFD is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 76 253 -
CMYK 0.31 0.70 0 0.01
HSL 273.56º 0.98% 0.65% -
HSV(B) 273.56º 0.7% 0.99% -
XYZ 37.99 21.37 95.05 -
YUV 125.78 199.8 163.11 -
System Red Green Blue C M Y K H S L
Decimal 175 76 253 0.31 0.70 0 0.01 273.56 0.98 0.65
Hex AF 4C FD 1F 46 0 1 112 62 41
Octal 257 114 375 37 106 0 1 422 142 101
Binary 10101111 1001100 11111101 11111 1000110 0 1 100010010 1100010 1000001

Color Harmonies of #AF4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4CFD

Black with #AF4CFD

Text Example


Text Example

White with #AF4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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