Html Css Color HEX #992CCD Dark Orchid

📋 copy color: '#992CCD'

red 153 ◦ green 44 ◦ blue 205

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

Shades of Dark Orchid #992CCD

Tints of Dark Orchid #992CCD

RGB

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

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

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

R = 38.06%
G = 10.95%
B = 51%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#992CCD (or 0x992CCD) is known color: Dark Orchid. HEX triplet: 99, 2C and CD. RGB value is (153,44,205). Sum of RGB (Red+Green+Blue) = 153+44+205=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #992CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992CCD is #66D332. Grayscale: #5E5E5E. Windows color (decimal): -6738739 or 13446297. OLE color: 13446297.

HSL color Cylindrical-coordinate representation of color #992CCD: hue angle of 280.62º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992CCD is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 44 205 -
CMYK 0.25 0.79 0 0.20
HSL 280.62º 0.65% 0.49% -
HSV(B) 280.62º 0.79% 0.8% -
XYZ 25.06 12.98 58.94 -
YUV 94.95 190.11 169.41 -
System Red Green Blue C M Y K H S L
Decimal 153 44 205 0.25 0.79 0 0.20 280.62 0.65 0.49
Hex 99 2C CD 19 4F 0 14 119 41 31
Octal 231 54 315 31 117 0 24 431 101 61
Binary 10011001 101100 11001101 11001 1001111 0 10100 100011001 1000001 110001

Color Harmonies of #992CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992CCD

Black with #992CCD

Text Example


Text Example

White with #992CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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