Html Css Color HEX #9C2CCE Dark Orchid

📋 copy color: '#9C2CCE'

red 156 ◦ green 44 ◦ blue 206

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

Shades of Dark Orchid #9C2CCE

Tints of Dark Orchid #9C2CCE

RGB

 RED value IS 156 (61.33% from 255) = 38.42%

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 38.42%
G = 10.84%
B = 50.74%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C2CCE (or 0x9C2CCE) is known color: Dark Orchid. HEX triplet: 9C, 2C and CE. RGB value is (156,44,206). Sum of RGB (Red+Green+Blue) = 156+44+206=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C2CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2CCE is #63D331. Grayscale: #5F5F5F. Windows color (decimal): -6542130 or 13511836. OLE color: 13511836.

HSL color Cylindrical-coordinate representation of color #9C2CCE: hue angle of 281.48º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2CCE is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 44 206 -
CMYK 0.24 0.79 0 0.19
HSL 281.48º 0.65% 0.49% -
HSV(B) 281.48º 0.79% 0.81% -
XYZ 25.75 13.33 59.61 -
YUV 95.96 190.11 170.83 -
System Red Green Blue C M Y K H S L
Decimal 156 44 206 0.24 0.79 0 0.19 281.48 0.65 0.49
Hex 9C 2C CE 18 4F 0 13 119 41 31
Octal 234 54 316 30 117 0 23 431 101 61
Binary 10011100 101100 11001110 11000 1001111 0 10011 100011001 1000001 110001

Color Harmonies of #9C2CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2CCE

Black with #9C2CCE

Text Example


Text Example

White with #9C2CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C2CCE; }

 p { color: rgb(156,44,206); }

 H1.HeaderClassName
 {
   color: #9C2CCE;
 }
 .AnyTagClassName
 {
   color: #9C2CCE;
 }
</style>

background-color css

<style>
 a { background-color: #9C2CCE; }

 a { background-color: rgb(156,44,206); }

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

border-color css

<style>
 span { border-color: #9C2CCE; }

 span { border-color: rgb(156,44,206); }

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