Html Css Color HEX #992CD6 Dark Orchid

📋 copy color: '#992CD6'

red 153 ◦ green 44 ◦ blue 214

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

Shades of Dark Orchid #992CD6

Tints of Dark Orchid #992CD6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.71%

 BLUE value IS 214 (83.98% from 255) = 52.07%

R = 37.23%
G = 10.71%
B = 52.07%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#992CD6 (or 0x992CD6) is known color: Dark Orchid. HEX triplet: 99, 2C and D6. RGB value is (153,44,214). Sum of RGB (Red+Green+Blue) = 153+44+214=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #992CD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992CD6 is #66D329. Grayscale: #5F5F5F. Windows color (decimal): -6738730 or 14036121. OLE color: 14036121.

HSL color Cylindrical-coordinate representation of color #992CD6: hue angle of 278.47º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992CD6 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 44 214 -
CMYK 0.29 0.79 0 0.16
HSL 278.47º 0.67% 0.51% -
HSV(B) 278.47º 0.79% 0.84% -
XYZ 26.18 13.43 64.83 -
YUV 95.97 194.61 168.68 -
System Red Green Blue C M Y K H S L
Decimal 153 44 214 0.29 0.79 0 0.16 278.47 0.67 0.51
Hex 99 2C D6 1D 4F 0 10 116 43 33
Octal 231 54 326 35 117 0 20 426 103 63
Binary 10011001 101100 11010110 11101 1001111 0 10000 100010110 1000011 110011

Color Harmonies of #992CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992CD6

Black with #992CD6

Text Example


Text Example

White with #992CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992CD6; }

 p { color: rgb(153,44,214); }

 H1.HeaderClassName
 {
   color: #992CD6;
 }
 .AnyTagClassName
 {
   color: #992CD6;
 }
</style>

background-color css

<style>
 a { background-color: #992CD6; }

 a { background-color: rgb(153,44,214); }

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

border-color css

<style>
 span { border-color: #992CD6; }

 span { border-color: rgb(153,44,214); }

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