Html Css Color HEX #971CCB Dark Orchid

📋 copy color: '#971CCB'

red 151 ◦ green 28 ◦ blue 203

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

Shades of Dark Orchid #971CCB

Tints of Dark Orchid #971CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.33%

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 39.53%
G = 7.33%
B = 53.14%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#971CCB (or 0x971CCB) is known color: Dark Orchid. HEX triplet: 97, 1C and CB. RGB value is (151,28,203). Sum of RGB (Red+Green+Blue) = 151+28+203=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #971CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971CCB is #68E334. Grayscale: #545454. Windows color (decimal): -6873909 or 13311127. OLE color: 13311127.

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

Color convert

RGB 151 28 203 -
CMYK 0.26 0.86 0 0.20
HSL 282.17º 0.76% 0.45% -
HSV(B) 282.17º 0.86% 0.8% -
XYZ 23.96 11.72 57.5 -
YUV 84.73 194.75 175.27 -
System Red Green Blue C M Y K H S L
Decimal 151 28 203 0.26 0.86 0 0.20 282.17 0.76 0.45
Hex 97 1C CB 1A 56 0 14 11A 4C 2D
Octal 227 34 313 32 126 0 24 432 114 55
Binary 10010111 11100 11001011 11010 1010110 0 10100 100011010 1001100 101101

Color Harmonies of #971CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CCB

Black with #971CCB

Text Example


Text Example

White with #971CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,28,203); }

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

background-color css

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

 a { background-color: rgb(151,28,203); }

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

border-color css

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

 span { border-color: rgb(151,28,203); }

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