Html Css Color HEX #972DC0 Dark Orchid

📋 copy color: '#972DC0'

red 151 ◦ green 45 ◦ blue 192

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

Shades of Dark Orchid #972DC0

Tints of Dark Orchid #972DC0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.6%

 BLUE value IS 192 (75.39% from 255) = 49.48%

R = 38.92%
G = 11.6%
B = 49.48%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#972DC0 (or 0x972DC0) is known color: Dark Orchid. HEX triplet: 97, 2D and C0. RGB value is (151,45,192). Sum of RGB (Red+Green+Blue) = 151+45+192=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #972DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972DC0 is #68D23F. Grayscale: #5C5C5C. Windows color (decimal): -6869568 or 12594583. OLE color: 12594583.

HSL color Cylindrical-coordinate representation of color #972DC0: hue angle of 283.27º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972DC0 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 45 192 -
CMYK 0.21 0.77 0 0.25
HSL 283.27º 0.62% 0.46% -
HSV(B) 283.27º 0.77% 0.75% -
XYZ 23.22 12.26 51.01 -
YUV 93.45 183.62 169.05 -
System Red Green Blue C M Y K H S L
Decimal 151 45 192 0.21 0.77 0 0.25 283.27 0.62 0.46
Hex 97 2D C0 15 4D 0 19 11B 3E 2E
Octal 227 55 300 25 115 0 31 433 76 56
Binary 10010111 101101 11000000 10101 1001101 0 11001 100011011 111110 101110

Color Harmonies of #972DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972DC0

Black with #972DC0

Text Example


Text Example

White with #972DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,45,192); }

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

background-color css

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

 a { background-color: rgb(151,45,192); }

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

border-color css

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

 span { border-color: rgb(151,45,192); }

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