Html Css Color HEX #973ECB Dark Orchid

📋 copy color: '#973ECB'

red 151 ◦ green 62 ◦ blue 203

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

Shades of Dark Orchid #973ECB

Tints of Dark Orchid #973ECB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.9%

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 36.3%
G = 14.9%
B = 48.8%

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

#973ECB (or 0x973ECB) is known color: Dark Orchid. HEX triplet: 97, 3E and CB. RGB value is (151,62,203). Sum of RGB (Red+Green+Blue) = 151+62+203=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #973ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973ECB is #68C134. Grayscale: #686868. Windows color (decimal): -6865205 or 13319831. OLE color: 13319831.

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

Color convert

RGB 151 62 203 -
CMYK 0.26 0.69 0 0.20
HSL 277.87º 0.58% 0.52% -
HSV(B) 277.87º 0.69% 0.8% -
XYZ 25.26 14.34 57.94 -
YUV 104.69 183.49 161.04 -
System Red Green Blue C M Y K H S L
Decimal 151 62 203 0.26 0.69 0 0.20 277.87 0.58 0.52
Hex 97 3E CB 1A 45 0 14 116 3A 34
Octal 227 76 313 32 105 0 24 426 72 64
Binary 10010111 111110 11001011 11010 1000101 0 10100 100010110 111010 110100

Color Harmonies of #973ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973ECB

Black with #973ECB

Text Example


Text Example

White with #973ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,62,203); }

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

background-color css

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

 a { background-color: rgb(151,62,203); }

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

border-color css

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

 span { border-color: rgb(151,62,203); }

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