Html Css Color HEX #993ECB Dark Orchid

📋 copy color: '#993ECB'

red 153 ◦ green 62 ◦ blue 203

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

Shades of Dark Orchid #993ECB

Tints of Dark Orchid #993ECB

RGB

 RED value IS 153 (60.16% from 255) = 36.6%

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

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

R = 36.6%
G = 14.83%
B = 48.56%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#993ECB (or 0x993ECB) is known color: Dark Orchid. HEX triplet: 99, 3E and CB. RGB value is (153,62,203). Sum of RGB (Red+Green+Blue) = 153+62+203=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #993ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ECB is #66C134. Grayscale: #686868. Windows color (decimal): -6734133 or 13319833. OLE color: 13319833.

HSL color Cylindrical-coordinate representation of color #993ECB: hue angle of 278.72º 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 #993ECB is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 62 203 -
CMYK 0.25 0.69 0 0.20
HSL 278.72º 0.58% 0.52% -
HSV(B) 278.72º 0.69% 0.8% -
XYZ 25.64 14.53 57.95 -
YUV 105.28 183.15 162.04 -
System Red Green Blue C M Y K H S L
Decimal 153 62 203 0.25 0.69 0 0.20 278.72 0.58 0.52
Hex 99 3E CB 19 45 0 14 117 3A 34
Octal 231 76 313 31 105 0 24 427 72 64
Binary 10011001 111110 11001011 11001 1000101 0 10100 100010111 111010 110100

Color Harmonies of #993ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993ECB

Black with #993ECB

Text Example


Text Example

White with #993ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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