Html Css Color HEX #971ECE Dark Orchid

📋 copy color: '#971ECE'

red 151 ◦ green 30 ◦ blue 206

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

Shades of Dark Orchid #971ECE

Tints of Dark Orchid #971ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 39.02%
G = 7.75%
B = 53.23%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#971ECE (or 0x971ECE) is known color: Dark Orchid. HEX triplet: 97, 1E and CE. RGB value is (151,30,206). Sum of RGB (Red+Green+Blue) = 151+30+206=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #971ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971ECE is #68E131. Grayscale: #555555. Windows color (decimal): -6873394 or 13508247. OLE color: 13508247.

HSL color Cylindrical-coordinate representation of color #971ECE: hue angle of 281.25º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971ECE is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 30 206 -
CMYK 0.27 0.85 0 0.19
HSL 281.25º 0.75% 0.46% -
HSV(B) 281.25º 0.85% 0.81% -
XYZ 24.37 11.96 59.42 -
YUV 86.24 195.59 174.19 -
System Red Green Blue C M Y K H S L
Decimal 151 30 206 0.27 0.85 0 0.19 281.25 0.75 0.46
Hex 97 1E CE 1B 55 0 13 119 4B 2E
Octal 227 36 316 33 125 0 23 431 113 56
Binary 10010111 11110 11001110 11011 1010101 0 10011 100011001 1001011 101110

Color Harmonies of #971ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971ECE

Black with #971ECE

Text Example


Text Example

White with #971ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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