Html Css Color HEX #971FCD Dark Orchid

📋 copy color: '#971FCD'

red 151 ◦ green 31 ◦ blue 205

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

Shades of Dark Orchid #971FCD

Tints of Dark Orchid #971FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.01%

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

R = 39.02%
G = 8.01%
B = 52.97%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#971FCD (or 0x971FCD) is known color: Dark Orchid. HEX triplet: 97, 1F and CD. RGB value is (151,31,205). Sum of RGB (Red+Green+Blue) = 151+31+205=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #971FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971FCD is #68E032. Grayscale: #565656. Windows color (decimal): -6873139 or 13442967. OLE color: 13442967.

HSL color Cylindrical-coordinate representation of color #971FCD: hue angle of 281.38º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971FCD is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 31 205 -
CMYK 0.26 0.85 0 0.20
HSL 281.38º 0.74% 0.46% -
HSV(B) 281.38º 0.85% 0.8% -
XYZ 24.27 11.97 58.79 -
YUV 86.72 194.76 173.85 -
System Red Green Blue C M Y K H S L
Decimal 151 31 205 0.26 0.85 0 0.20 281.38 0.74 0.46
Hex 97 1F CD 1A 55 0 14 119 4A 2E
Octal 227 37 315 32 125 0 24 431 112 56
Binary 10010111 11111 11001101 11010 1010101 0 10100 100011001 1001010 101110

Color Harmonies of #971FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971FCD

Black with #971FCD

Text Example


Text Example

White with #971FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971FCD; }

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

 H1.HeaderClassName
 {
   color: #971FCD;
 }
 .AnyTagClassName
 {
   color: #971FCD;
 }
</style>

background-color css

<style>
 a { background-color: #971FCD; }

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

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

border-color css

<style>
 span { border-color: #971FCD; }

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

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