Html Css Color HEX #971CCF Dark Orchid

📋 copy color: '#971CCF'

red 151 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #971CCF

Tints of Dark Orchid #971CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 39.12%
G = 7.25%
B = 53.63%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#971CCF (or 0x971CCF) is known color: Dark Orchid. HEX triplet: 97, 1C and CF. RGB value is (151,28,207). Sum of RGB (Red+Green+Blue) = 151+28+207=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #971CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971CCF is #68E330. Grayscale: #545454. Windows color (decimal): -6873905 or 13573271. OLE color: 13573271.

HSL color Cylindrical-coordinate representation of color #971CCF: hue angle of 281.23º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971CCF is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 28 207 -
CMYK 0.27 0.86 0 0.19
HSL 281.23º 0.76% 0.46% -
HSV(B) 281.23º 0.86% 0.81% -
XYZ 24.44 11.91 60.04 -
YUV 85.18 196.75 174.95 -
System Red Green Blue C M Y K H S L
Decimal 151 28 207 0.27 0.86 0 0.19 281.23 0.76 0.46
Hex 97 1C CF 1B 56 0 13 119 4C 2E
Octal 227 34 317 33 126 0 23 431 114 56
Binary 10010111 11100 11001111 11011 1010110 0 10011 100011001 1001100 101110

Color Harmonies of #971CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CCF

Black with #971CCF

Text Example


Text Example

White with #971CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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