Html Css Color HEX #A74FCD Medium Orchid

📋 copy color: '#A74FCD'

red 167 ◦ green 79 ◦ blue 205

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

Shades of Medium Orchid #A74FCD

Tints of Medium Orchid #A74FCD

RGB

 RED value IS 167 (65.63% from 255) = 37.03%

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

 BLUE value IS 205 (80.47% from 255) = 45.45%

R = 37.03%
G = 17.52%
B = 45.45%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A74FCD (or 0xA74FCD) is known color: Medium Orchid. HEX triplet: A7, 4F and CD. RGB value is (167,79,205). Sum of RGB (Red+Green+Blue) = 167+79+205=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #A74FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74FCD is #58B032. Grayscale: #777777. Windows color (decimal): -5812275 or 13455271. OLE color: 13455271.

HSL color Cylindrical-coordinate representation of color #A74FCD: hue angle of 281.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A74FCD is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 79 205 -
CMYK 0.19 0.61 0 0.20
HSL 281.9º 0.56% 0.56% -
HSV(B) 281.9º 0.61% 0.8% -
XYZ 29.75 18.22 59.71 -
YUV 119.68 176.15 161.75 -
System Red Green Blue C M Y K H S L
Decimal 167 79 205 0.19 0.61 0 0.20 281.9 0.56 0.56
Hex A7 4F CD 13 3D 0 14 11A 38 38
Octal 247 117 315 23 75 0 24 432 70 70
Binary 10100111 1001111 11001101 10011 111101 0 10100 100011010 111000 111000

Color Harmonies of #A74FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74FCD

Black with #A74FCD

Text Example


Text Example

White with #A74FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74FCD; }

 p { color: rgb(167,79,205); }

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

background-color css

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

 a { background-color: rgb(167,79,205); }

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

border-color css

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

 span { border-color: rgb(167,79,205); }

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