Html Css Color HEX #973CCD Dark Orchid

📋 copy color: '#973CCD'

red 151 ◦ green 60 ◦ blue 205

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

Shades of Dark Orchid #973CCD

Tints of Dark Orchid #973CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.42%

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

R = 36.3%
G = 14.42%
B = 49.28%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#973CCD (or 0x973CCD) is known color: Dark Orchid. HEX triplet: 97, 3C and CD. RGB value is (151,60,205). Sum of RGB (Red+Green+Blue) = 151+60+205=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #973CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973CCD is #68C332. Grayscale: #676767. Windows color (decimal): -6865715 or 13450391. OLE color: 13450391.

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

Color convert

RGB 151 60 205 -
CMYK 0.26 0.71 0 0.20
HSL 277.66º 0.59% 0.52% -
HSV(B) 277.66º 0.71% 0.8% -
XYZ 25.4 14.22 59.16 -
YUV 103.74 185.15 161.71 -
System Red Green Blue C M Y K H S L
Decimal 151 60 205 0.26 0.71 0 0.20 277.66 0.59 0.52
Hex 97 3C CD 1A 47 0 14 116 3B 34
Octal 227 74 315 32 107 0 24 426 73 64
Binary 10010111 111100 11001101 11010 1000111 0 10100 100010110 111011 110100

Color Harmonies of #973CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973CCD

Black with #973CCD

Text Example


Text Example

White with #973CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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