Html Css Color HEX #972BC0 Dark Orchid

📋 copy color: '#972BC0'

red 151 ◦ green 43 ◦ blue 192

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

Shades of Dark Orchid #972BC0

Tints of Dark Orchid #972BC0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.14%

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

R = 39.12%
G = 11.14%
B = 49.74%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#972BC0 (or 0x972BC0) is known color: Dark Orchid. HEX triplet: 97, 2B and C0. RGB value is (151,43,192). Sum of RGB (Red+Green+Blue) = 151+43+192=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #972BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972BC0 is #68D43F. Grayscale: #5B5B5B. Windows color (decimal): -6870080 or 12594071. OLE color: 12594071.

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

Color convert

RGB 151 43 192 -
CMYK 0.21 0.78 0 0.25
HSL 283.49º 0.63% 0.46% -
HSV(B) 283.49º 0.78% 0.75% -
XYZ 23.14 12.11 50.99 -
YUV 92.28 184.28 169.88 -
System Red Green Blue C M Y K H S L
Decimal 151 43 192 0.21 0.78 0 0.25 283.49 0.63 0.46
Hex 97 2B C0 15 4E 0 19 11B 3F 2E
Octal 227 53 300 25 116 0 31 433 77 56
Binary 10010111 101011 11000000 10101 1001110 0 11001 100011011 111111 101110

Color Harmonies of #972BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972BC0

Black with #972BC0

Text Example


Text Example

White with #972BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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