Html Css Color HEX #973FCD Dark Orchid

📋 copy color: '#973FCD'

red 151 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #973FCD

Tints of Dark Orchid #973FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 36.04%
G = 15.04%
B = 48.93%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#973FCD (or 0x973FCD) is known color: Dark Orchid. HEX triplet: 97, 3F and CD. RGB value is (151,63,205). Sum of RGB (Red+Green+Blue) = 151+63+205=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #973FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973FCD is #68C032. Grayscale: #696969. Windows color (decimal): -6864947 or 13451159. OLE color: 13451159.

HSL color Cylindrical-coordinate representation of color #973FCD: hue angle of 277.18º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #973FCD is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 63 205 -
CMYK 0.26 0.69 0 0.20
HSL 277.18º 0.59% 0.53% -
HSV(B) 277.18º 0.69% 0.8% -
XYZ 25.56 14.54 59.22 -
YUV 105.5 184.15 160.45 -
System Red Green Blue C M Y K H S L
Decimal 151 63 205 0.26 0.69 0 0.20 277.18 0.59 0.53
Hex 97 3F CD 1A 45 0 14 115 3B 35
Octal 227 77 315 32 105 0 24 425 73 65
Binary 10010111 111111 11001101 11010 1000101 0 10100 100010101 111011 110101

Color Harmonies of #973FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973FCD

Black with #973FCD

Text Example


Text Example

White with #973FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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