Html Css Color HEX #971CC5 Dark Orchid

📋 copy color: '#971CC5'

red 151 ◦ green 28 ◦ blue 197

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

Shades of Dark Orchid #971CC5

Tints of Dark Orchid #971CC5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.45%

 BLUE value IS 197 (77.34% from 255) = 52.39%

R = 40.16%
G = 7.45%
B = 52.39%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#971CC5 (or 0x971CC5) is known color: Dark Orchid. HEX triplet: 97, 1C and C5. RGB value is (151,28,197). Sum of RGB (Red+Green+Blue) = 151+28+197=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 197 (77.34% from 255 or 52.39% from 376); Max value from RGB is 197 - color contains mainly: blue. Hex color #971CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971CC5 is #68E33A. Grayscale: #535353. Windows color (decimal): -6873915 or 12917911. OLE color: 12917911.

HSL color Cylindrical-coordinate representation of color #971CC5: hue angle of 283.67º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971CC5 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 28 197 -
CMYK 0.23 0.86 0 0.23
HSL 283.67º 0.75% 0.44% -
HSV(B) 283.67º 0.86% 0.77% -
XYZ 23.26 11.44 53.81 -
YUV 84.04 191.75 175.76 -
System Red Green Blue C M Y K H S L
Decimal 151 28 197 0.23 0.86 0 0.23 283.67 0.75 0.44
Hex 97 1C C5 17 56 0 17 11C 4B 2C
Octal 227 34 305 27 126 0 27 434 113 54
Binary 10010111 11100 11000101 10111 1010110 0 10111 100011100 1001011 101100

Color Harmonies of #971CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CC5

Black with #971CC5

Text Example


Text Example

White with #971CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971CC5; }

 p { color: rgb(151,28,197); }

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

background-color css

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

 a { background-color: rgb(151,28,197); }

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

border-color css

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

 span { border-color: rgb(151,28,197); }

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