Html Css Color HEX #972BCD Dark Orchid

📋 copy color: '#972BCD'

red 151 ◦ green 43 ◦ blue 205

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

Shades of Dark Orchid #972BCD

Tints of Dark Orchid #972BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 37.84%
G = 10.78%
B = 51.38%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#972BCD (or 0x972BCD) is known color: Dark Orchid. HEX triplet: 97, 2B and CD. RGB value is (151,43,205). Sum of RGB (Red+Green+Blue) = 151+43+205=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #972BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972BCD is #68D432. Grayscale: #5D5D5D. Windows color (decimal): -6870067 or 13446039. OLE color: 13446039.

HSL color Cylindrical-coordinate representation of color #972BCD: hue angle of 280º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972BCD is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 43 205 -
CMYK 0.26 0.79 0 0.20
HSL 280º 0.65% 0.49% -
HSV(B) 280º 0.79% 0.8% -
XYZ 24.65 12.71 58.91 -
YUV 93.76 190.78 168.83 -
System Red Green Blue C M Y K H S L
Decimal 151 43 205 0.26 0.79 0 0.20 280 0.65 0.49
Hex 97 2B CD 1A 4F 0 14 118 41 31
Octal 227 53 315 32 117 0 24 430 101 61
Binary 10010111 101011 11001101 11010 1001111 0 10100 100011000 1000001 110001

Color Harmonies of #972BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972BCD

Black with #972BCD

Text Example


Text Example

White with #972BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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