Html Css Color HEX #972ECF Dark Orchid

📋 copy color: '#972ECF'

red 151 ◦ green 46 ◦ blue 207

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

Shades of Dark Orchid #972ECF

Tints of Dark Orchid #972ECF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.39%

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

R = 37.38%
G = 11.39%
B = 51.24%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#972ECF (or 0x972ECF) is known color: Dark Orchid. HEX triplet: 97, 2E and CF. RGB value is (151,46,207). Sum of RGB (Red+Green+Blue) = 151+46+207=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #972ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972ECF is #68D130. Grayscale: #5F5F5F. Windows color (decimal): -6869297 or 13577879. OLE color: 13577879.

HSL color Cylindrical-coordinate representation of color #972ECF: hue angle of 279.13º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #972ECF is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 46 207 -
CMYK 0.27 0.78 0 0.19
HSL 279.13º 0.64% 0.5% -
HSV(B) 279.13º 0.78% 0.81% -
XYZ 25 13.04 60.23 -
YUV 95.75 190.79 167.41 -
System Red Green Blue C M Y K H S L
Decimal 151 46 207 0.27 0.78 0 0.19 279.13 0.64 0.5
Hex 97 2E CF 1B 4E 0 13 117 40 32
Octal 227 56 317 33 116 0 23 427 100 62
Binary 10010111 101110 11001111 11011 1001110 0 10011 100010111 1000000 110010

Color Harmonies of #972ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972ECF

Black with #972ECF

Text Example


Text Example

White with #972ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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