Html Css Color HEX #971ECF Dark Orchid

📋 copy color: '#971ECF'

red 151 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #971ECF

Tints of Dark Orchid #971ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.73%

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

R = 38.92%
G = 7.73%
B = 53.35%

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

#971ECF (or 0x971ECF) is known color: Dark Orchid. HEX triplet: 97, 1E and CF. RGB value is (151,30,207). Sum of RGB (Red+Green+Blue) = 151+30+207=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #971ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971ECF is #68E130. Grayscale: #555555. Windows color (decimal): -6873393 or 13573783. OLE color: 13573783.

HSL color Cylindrical-coordinate representation of color #971ECF: hue angle of 281.02º degrees, saturation: 0.75, 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 #971ECF is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 30 207 -
CMYK 0.27 0.86 0 0.19
HSL 281.02º 0.75% 0.46% -
HSV(B) 281.02º 0.86% 0.81% -
XYZ 24.49 12.01 60.06 -
YUV 86.36 196.09 174.11 -
System Red Green Blue C M Y K H S L
Decimal 151 30 207 0.27 0.86 0 0.19 281.02 0.75 0.46
Hex 97 1E CF 1B 56 0 13 119 4B 2E
Octal 227 36 317 33 126 0 23 431 113 56
Binary 10010111 11110 11001111 11011 1010110 0 10011 100011001 1001011 101110

Color Harmonies of #971ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971ECF

Black with #971ECF

Text Example


Text Example

White with #971ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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