Html Css Color HEX #971ECD Dark Orchid

📋 copy color: '#971ECD'

red 151 ◦ green 30 ◦ blue 205

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

Shades of Dark Orchid #971ECD

Tints of Dark Orchid #971ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.77%

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

R = 39.12%
G = 7.77%
B = 53.11%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#971ECD (or 0x971ECD) is known color: Dark Orchid. HEX triplet: 97, 1E and CD. RGB value is (151,30,205). Sum of RGB (Red+Green+Blue) = 151+30+205=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #971ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971ECD is #68E132. Grayscale: #555555. Windows color (decimal): -6873395 or 13442711. OLE color: 13442711.

HSL color Cylindrical-coordinate representation of color #971ECD: hue angle of 281.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971ECD is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 30 205 -
CMYK 0.26 0.85 0 0.20
HSL 281.49º 0.74% 0.46% -
HSV(B) 281.49º 0.85% 0.8% -
XYZ 24.25 11.92 58.78 -
YUV 86.13 195.09 174.27 -
System Red Green Blue C M Y K H S L
Decimal 151 30 205 0.26 0.85 0 0.20 281.49 0.74 0.46
Hex 97 1E CD 1A 55 0 14 119 4A 2E
Octal 227 36 315 32 125 0 24 431 112 56
Binary 10010111 11110 11001101 11010 1010101 0 10100 100011001 1001010 101110

Color Harmonies of #971ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971ECD

Black with #971ECD

Text Example


Text Example

White with #971ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,30,205); }

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

background-color css

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

 a { background-color: rgb(151,30,205); }

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

border-color css

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

 span { border-color: rgb(151,30,205); }

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