Html Css Color HEX #993ECD Dark Orchid

📋 copy color: '#993ECD'

red 153 ◦ green 62 ◦ blue 205

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

Shades of Dark Orchid #993ECD

Tints of Dark Orchid #993ECD

RGB

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

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

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

R = 36.43%
G = 14.76%
B = 48.81%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#993ECD (or 0x993ECD) is known color: Dark Orchid. HEX triplet: 99, 3E and CD. RGB value is (153,62,205). Sum of RGB (Red+Green+Blue) = 153+62+205=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #993ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ECD is #66C132. Grayscale: #696969. Windows color (decimal): -6734131 or 13450905. OLE color: 13450905.

HSL color Cylindrical-coordinate representation of color #993ECD: hue angle of 278.18º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #993ECD is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 62 205 -
CMYK 0.25 0.70 0 0.20
HSL 278.18º 0.59% 0.52% -
HSV(B) 278.18º 0.7% 0.8% -
XYZ 25.88 14.63 59.22 -
YUV 105.51 184.15 161.87 -
System Red Green Blue C M Y K H S L
Decimal 153 62 205 0.25 0.70 0 0.20 278.18 0.59 0.52
Hex 99 3E CD 19 46 0 14 116 3B 34
Octal 231 76 315 31 106 0 24 426 73 64
Binary 10011001 111110 11001101 11001 1000110 0 10100 100010110 111011 110100

Color Harmonies of #993ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993ECD

Black with #993ECD

Text Example


Text Example

White with #993ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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