Html Css Color HEX #971ECC Dark Orchid

📋 copy color: '#971ECC'

red 151 ◦ green 30 ◦ blue 204

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

Shades of Dark Orchid #971ECC

Tints of Dark Orchid #971ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 39.22%
G = 7.79%
B = 52.99%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#971ECC (or 0x971ECC) is known color: Dark Orchid. HEX triplet: 97, 1E and CC. RGB value is (151,30,204). Sum of RGB (Red+Green+Blue) = 151+30+204=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #971ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971ECC is #68E133. Grayscale: #555555. Windows color (decimal): -6873396 or 13377175. OLE color: 13377175.

HSL color Cylindrical-coordinate representation of color #971ECC: hue angle of 281.72º 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 #971ECC is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 151 30 204 -
CMYK 0.26 0.85 0 0.2
HSL 281.72º 0.74% 0.46% -
HSV(B) 281.72º 0.85% 0.8% -
XYZ 24.13 11.87 58.15 -
YUV 86.02 194.59 174.35 -
System Red Green Blue C M Y K H S L
Decimal 151 30 204 0.26 0.85 0 0.2 281.72 0.74 0.46
Hex 97 1E CC 1A 55 0 14 11A 4A 2E
Octal 227 36 314 32 125 0 24 432 112 56
Binary 10010111 11110 11001100 11010 1010101 0 10100 100011010 1001010 101110

Color Harmonies of #971ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971ECC

Black with #971ECC

Text Example


Text Example

White with #971ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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