Html Css Color HEX #993CDD Dark Orchid

📋 copy color: '#993CDD'

red 153 ◦ green 60 ◦ blue 221

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

Shades of Dark Orchid #993CDD

Tints of Dark Orchid #993CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 35.25%
G = 13.82%
B = 50.92%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#993CDD (or 0x993CDD) is known color: Dark Orchid. HEX triplet: 99, 3C and DD. RGB value is (153,60,221). Sum of RGB (Red+Green+Blue) = 153+60+221=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #993CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CDD is #66C322. Grayscale: #696969. Windows color (decimal): -6734627 or 14498969. OLE color: 14498969.

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

Color convert

RGB 153 60 221 -
CMYK 0.31 0.73 0 0.13
HSL 274.66º 0.7% 0.55% -
HSV(B) 274.66º 0.73% 0.87% -
XYZ 27.8 15.22 69.88 -
YUV 106.16 192.81 161.41 -
System Red Green Blue C M Y K H S L
Decimal 153 60 221 0.31 0.73 0 0.13 274.66 0.7 0.55
Hex 99 3C DD 1F 49 0 D 113 46 37
Octal 231 74 335 37 111 0 15 423 106 67
Binary 10011001 111100 11011101 11111 1001001 0 1101 100010011 1000110 110111

Color Harmonies of #993CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993CDD

Black with #993CDD

Text Example


Text Example

White with #993CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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