Html Css Color HEX #9C2DCE Dark Orchid

📋 copy color: '#9C2DCE'

red 156 ◦ green 45 ◦ blue 206

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

Shades of Dark Orchid #9C2DCE

Tints of Dark Orchid #9C2DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.06%

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

R = 38.33%
G = 11.06%
B = 50.61%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C2DCE (or 0x9C2DCE) is known color: Dark Orchid. HEX triplet: 9C, 2D and CE. RGB value is (156,45,206). Sum of RGB (Red+Green+Blue) = 156+45+206=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C2DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2DCE is #63D231. Grayscale: #606060. Windows color (decimal): -6541874 or 13512092. OLE color: 13512092.

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

Color convert

RGB 156 45 206 -
CMYK 0.24 0.78 0 0.19
HSL 281.37º 0.64% 0.49% -
HSV(B) 281.37º 0.78% 0.81% -
XYZ 25.79 13.4 59.62 -
YUV 96.54 189.77 170.41 -
System Red Green Blue C M Y K H S L
Decimal 156 45 206 0.24 0.78 0 0.19 281.37 0.64 0.49
Hex 9C 2D CE 18 4E 0 13 119 40 31
Octal 234 55 316 30 116 0 23 431 100 61
Binary 10011100 101101 11001110 11000 1001110 0 10011 100011001 1000000 110001

Color Harmonies of #9C2DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2DCE

Black with #9C2DCE

Text Example


Text Example

White with #9C2DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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