Html Css Color HEX #A74CCD Medium Orchid

📋 copy color: '#A74CCD'

red 167 ◦ green 76 ◦ blue 205

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

Shades of Medium Orchid #A74CCD

Tints of Medium Orchid #A74CCD

RGB

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

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

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

R = 37.28%
G = 16.96%
B = 45.76%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A74CCD (or 0xA74CCD) is known color: Medium Orchid. HEX triplet: A7, 4C and CD. RGB value is (167,76,205). Sum of RGB (Red+Green+Blue) = 167+76+205=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #A74CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74CCD is #58B332. Grayscale: #757575. Windows color (decimal): -5813043 or 13454503. OLE color: 13454503.

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

Color convert

RGB 167 76 205 -
CMYK 0.19 0.63 0 0.20
HSL 282.33º 0.56% 0.55% -
HSV(B) 282.33º 0.63% 0.8% -
XYZ 29.54 17.79 59.63 -
YUV 117.92 177.15 163.01 -
System Red Green Blue C M Y K H S L
Decimal 167 76 205 0.19 0.63 0 0.20 282.33 0.56 0.55
Hex A7 4C CD 13 3F 0 14 11A 38 37
Octal 247 114 315 23 77 0 24 432 70 67
Binary 10100111 1001100 11001101 10011 111111 0 10100 100011010 111000 110111

Color Harmonies of #A74CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74CCD

Black with #A74CCD

Text Example


Text Example

White with #A74CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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