Html Css Color HEX #993CDC Dark Orchid

📋 copy color: '#993CDC'

red 153 ◦ green 60 ◦ blue 220

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

Shades of Dark Orchid #993CDC

Tints of Dark Orchid #993CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.81%

R = 35.33%
G = 13.86%
B = 50.81%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#993CDC (or 0x993CDC) is known color: Dark Orchid. HEX triplet: 99, 3C and DC. RGB value is (153,60,220). Sum of RGB (Red+Green+Blue) = 153+60+220=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #993CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CDC is #66C323. Grayscale: #696969. Windows color (decimal): -6734628 or 14433433. OLE color: 14433433.

HSL color Cylindrical-coordinate representation of color #993CDC: hue angle of 274.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993CDC is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 60 220 -
CMYK 0.30 0.73 0 0.14
HSL 274.88º 0.7% 0.55% -
HSV(B) 274.88º 0.73% 0.86% -
XYZ 27.67 15.17 69.18 -
YUV 106.05 192.31 161.49 -
System Red Green Blue C M Y K H S L
Decimal 153 60 220 0.30 0.73 0 0.14 274.88 0.7 0.55
Hex 99 3C DC 1E 49 0 E 113 46 37
Octal 231 74 334 36 111 0 16 423 106 67
Binary 10011001 111100 11011100 11110 1001001 0 1110 100010011 1000110 110111

Color Harmonies of #993CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993CDC

Black with #993CDC

Text Example


Text Example

White with #993CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,60,220); }

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

background-color css

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

 a { background-color: rgb(153,60,220); }

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

border-color css

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

 span { border-color: rgb(153,60,220); }

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