Html Css Color HEX #972ECE Dark Orchid

📋 copy color: '#972ECE'

red 151 ◦ green 46 ◦ blue 206

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

Shades of Dark Orchid #972ECE

Tints of Dark Orchid #972ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.41%

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

R = 37.47%
G = 11.41%
B = 51.12%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#972ECE (or 0x972ECE) is known color: Dark Orchid. HEX triplet: 97, 2E and CE. RGB value is (151,46,206). Sum of RGB (Red+Green+Blue) = 151+46+206=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #972ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972ECE is #68D131. Grayscale: #5F5F5F. Windows color (decimal): -6869298 or 13512343. OLE color: 13512343.

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

Color convert

RGB 151 46 206 -
CMYK 0.27 0.78 0 0.19
HSL 279.38º 0.63% 0.49% -
HSV(B) 279.38º 0.78% 0.81% -
XYZ 24.88 12.99 59.59 -
YUV 95.64 190.29 167.49 -
System Red Green Blue C M Y K H S L
Decimal 151 46 206 0.27 0.78 0 0.19 279.38 0.63 0.49
Hex 97 2E CE 1B 4E 0 13 117 3F 31
Octal 227 56 316 33 116 0 23 427 77 61
Binary 10010111 101110 11001110 11011 1001110 0 10011 100010111 111111 110001

Color Harmonies of #972ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972ECE

Black with #972ECE

Text Example


Text Example

White with #972ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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