Html Css Color HEX #883CB6 Dark Orchid

📋 copy color: '#883CB6'

red 136 ◦ green 60 ◦ blue 182

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

Shades of Dark Orchid #883CB6

Tints of Dark Orchid #883CB6

RGB

 RED value IS 136 (53.52% from 255) = 35.98%

 GREEN value IS 60 (23.83% from 255) = 15.87%

 BLUE value IS 182 (71.48% from 255) = 48.15%

R = 35.98%
G = 15.87%
B = 48.15%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#883CB6 (or 0x883CB6) is known color: Dark Orchid. HEX triplet: 88, 3C and B6. RGB value is (136,60,182). Sum of RGB (Red+Green+Blue) = 136+60+182=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #883CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CB6 is #77C349. Grayscale: #606060. Windows color (decimal): -7848778 or 11943048. OLE color: 11943048.

HSL color Cylindrical-coordinate representation of color #883CB6: hue angle of 277.38º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #883CB6 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 60 182 -
CMYK 0.25 0.67 0 0.29
HSL 277.38º 0.5% 0.47% -
HSV(B) 277.38º 0.67% 0.71% -
XYZ 20.21 11.84 45.48 -
YUV 96.63 176.18 156.08 -
System Red Green Blue C M Y K H S L
Decimal 136 60 182 0.25 0.67 0 0.29 277.38 0.5 0.47
Hex 88 3C B6 19 43 0 1D 115 32 2F
Octal 210 74 266 31 103 0 35 425 62 57
Binary 10001000 111100 10110110 11001 1000011 0 11101 100010101 110010 101111

Color Harmonies of #883CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883CB6

Black with #883CB6

Text Example


Text Example

White with #883CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883CB6; }

 p { color: rgb(136,60,182); }

 H1.HeaderClassName
 {
   color: #883CB6;
 }
 .AnyTagClassName
 {
   color: #883CB6;
 }
</style>

background-color css

<style>
 a { background-color: #883CB6; }

 a { background-color: rgb(136,60,182); }

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

border-color css

<style>
 span { border-color: #883CB6; }

 span { border-color: rgb(136,60,182); }

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