Html Css Color HEX #973FDC Dark Orchid

📋 copy color: '#973FDC'

red 151 ◦ green 63 ◦ blue 220

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

Shades of Dark Orchid #973FDC

Tints of Dark Orchid #973FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 14.52%

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 34.79%
G = 14.52%
B = 50.69%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#973FDC (or 0x973FDC) is known color: Dark Orchid. HEX triplet: 97, 3F and DC. RGB value is (151,63,220). Sum of RGB (Red+Green+Blue) = 151+63+220=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #973FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973FDC is #68C023. Grayscale: #6A6A6A. Windows color (decimal): -6864932 or 14434199. OLE color: 14434199.

HSL color Cylindrical-coordinate representation of color #973FDC: hue angle of 273.63º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #973FDC is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 63 220 -
CMYK 0.31 0.71 0 0.14
HSL 273.63º 0.69% 0.55% -
HSV(B) 273.63º 0.71% 0.86% -
XYZ 27.46 15.3 69.22 -
YUV 107.21 191.65 159.23 -
System Red Green Blue C M Y K H S L
Decimal 151 63 220 0.31 0.71 0 0.14 273.63 0.69 0.55
Hex 97 3F DC 1F 47 0 E 112 45 37
Octal 227 77 334 37 107 0 16 422 105 67
Binary 10010111 111111 11011100 11111 1000111 0 1110 100010010 1000101 110111

Color Harmonies of #973FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973FDC

Black with #973FDC

Text Example


Text Example

White with #973FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973FDC; }

 p { color: rgb(151,63,220); }

 H1.HeaderClassName
 {
   color: #973FDC;
 }
 .AnyTagClassName
 {
   color: #973FDC;
 }
</style>

background-color css

<style>
 a { background-color: #973FDC; }

 a { background-color: rgb(151,63,220); }

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

border-color css

<style>
 span { border-color: #973FDC; }

 span { border-color: rgb(151,63,220); }

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