Html Css Color HEX #973CDD Dark Orchid

📋 copy color: '#973CDD'

red 151 ◦ green 60 ◦ blue 221

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

Shades of Dark Orchid #973CDD

Tints of Dark Orchid #973CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 34.95%
G = 13.89%
B = 51.16%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#973CDD (or 0x973CDD) is known color: Dark Orchid. HEX triplet: 97, 3C and DD. RGB value is (151,60,221). Sum of RGB (Red+Green+Blue) = 151+60+221=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #973CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973CDD is #68C322. Grayscale: #696969. Windows color (decimal): -6865699 or 14498967. OLE color: 14498967.

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

Color convert

RGB 151 60 221 -
CMYK 0.32 0.73 0 0.13
HSL 273.91º 0.7% 0.55% -
HSV(B) 273.91º 0.73% 0.87% -
XYZ 27.43 15.03 69.86 -
YUV 105.56 193.15 160.41 -
System Red Green Blue C M Y K H S L
Decimal 151 60 221 0.32 0.73 0 0.13 273.91 0.7 0.55
Hex 97 3C DD 20 49 0 D 112 46 37
Octal 227 74 335 40 111 0 15 422 106 67
Binary 10010111 111100 11011101 100000 1001001 0 1101 100010010 1000110 110111

Color Harmonies of #973CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973CDD

Black with #973CDD

Text Example


Text Example

White with #973CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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