Html Css Color HEX #973CDC Dark Orchid

📋 copy color: '#973CDC'

red 151 ◦ green 60 ◦ blue 220

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

Shades of Dark Orchid #973CDC

Tints of Dark Orchid #973CDC

RGB

 RED value IS 151 (59.38% from 255) = 35.03%

 GREEN value IS 60 (23.83% from 255) = 13.92%

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 35.03%
G = 13.92%
B = 51.04%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#973CDC (or 0x973CDC) is known color: Dark Orchid. HEX triplet: 97, 3C and DC. RGB value is (151,60,220). Sum of RGB (Red+Green+Blue) = 151+60+220=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #973CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973CDC is #68C323. Grayscale: #686868. Windows color (decimal): -6865700 or 14433431. OLE color: 14433431.

HSL color Cylindrical-coordinate representation of color #973CDC: hue angle of 274.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #973CDC is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 60 220 -
CMYK 0.31 0.73 0 0.14
HSL 274.13º 0.7% 0.55% -
HSV(B) 274.13º 0.73% 0.86% -
XYZ 27.3 14.98 69.16 -
YUV 105.45 192.65 160.49 -
System Red Green Blue C M Y K H S L
Decimal 151 60 220 0.31 0.73 0 0.14 274.13 0.7 0.55
Hex 97 3C DC 1F 49 0 E 112 46 37
Octal 227 74 334 37 111 0 16 422 106 67
Binary 10010111 111100 11011100 11111 1001001 0 1110 100010010 1000110 110111

Color Harmonies of #973CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973CDC

Black with #973CDC

Text Example


Text Example

White with #973CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973CDC; }

 p { color: rgb(151,60,220); }

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

background-color css

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

 a { background-color: rgb(151,60,220); }

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

border-color css

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

 span { border-color: rgb(151,60,220); }

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