Html Css Color HEX #992CD7 Dark Orchid

📋 copy color: '#992CD7'

red 153 ◦ green 44 ◦ blue 215

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

Shades of Dark Orchid #992CD7

Tints of Dark Orchid #992CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.18%

R = 37.14%
G = 10.68%
B = 52.18%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#992CD7 (or 0x992CD7) is known color: Dark Orchid. HEX triplet: 99, 2C and D7. RGB value is (153,44,215). Sum of RGB (Red+Green+Blue) = 153+44+215=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 215 (84.38% from 255 or 52.18% from 412); Max value from RGB is 215 - color contains mainly: blue. Hex color #992CD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992CD7 is #66D328. Grayscale: #5F5F5F. Windows color (decimal): -6738729 or 14101657. OLE color: 14101657.

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

Color convert

RGB 153 44 215 -
CMYK 0.29 0.80 0 0.16
HSL 278.25º 0.68% 0.51% -
HSV(B) 278.25º 0.8% 0.84% -
XYZ 26.3 13.48 65.51 -
YUV 96.09 195.11 168.6 -
System Red Green Blue C M Y K H S L
Decimal 153 44 215 0.29 0.80 0 0.16 278.25 0.68 0.51
Hex 99 2C D7 1D 50 0 10 116 44 33
Octal 231 54 327 35 120 0 20 426 104 63
Binary 10011001 101100 11010111 11101 1010000 0 10000 100010110 1000100 110011

Color Harmonies of #992CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992CD7

Black with #992CD7

Text Example


Text Example

White with #992CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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