Html Css Color HEX #972DD5 Dark Orchid

📋 copy color: '#972DD5'

red 151 ◦ green 45 ◦ blue 213

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

Shades of Dark Orchid #972DD5

Tints of Dark Orchid #972DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.08%

R = 36.92%
G = 11%
B = 52.08%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#972DD5 (or 0x972DD5) is known color: Dark Orchid. HEX triplet: 97, 2D and D5. RGB value is (151,45,213). Sum of RGB (Red+Green+Blue) = 151+45+213=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #972DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972DD5 is #68D22A. Grayscale: #5F5F5F. Windows color (decimal): -6869547 or 13970839. OLE color: 13970839.

HSL color Cylindrical-coordinate representation of color #972DD5: hue angle of 277.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972DD5 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 45 213 -
CMYK 0.29 0.79 0 0.16
HSL 277.86º 0.67% 0.51% -
HSV(B) 277.86º 0.79% 0.84% -
XYZ 25.71 13.26 64.16 -
YUV 95.85 194.12 167.34 -
System Red Green Blue C M Y K H S L
Decimal 151 45 213 0.29 0.79 0 0.16 277.86 0.67 0.51
Hex 97 2D D5 1D 4F 0 10 116 43 33
Octal 227 55 325 35 117 0 20 426 103 63
Binary 10010111 101101 11010101 11101 1001111 0 10000 100010110 1000011 110011

Color Harmonies of #972DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972DD5

Black with #972DD5

Text Example


Text Example

White with #972DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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