Html Css Color HEX #883CBB Dark Orchid

📋 copy color: '#883CBB'

red 136 ◦ green 60 ◦ blue 187

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

Shades of Dark Orchid #883CBB

Tints of Dark Orchid #883CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 35.51%
G = 15.67%
B = 48.83%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#883CBB (or 0x883CBB) is known color: Dark Orchid. HEX triplet: 88, 3C and BB. RGB value is (136,60,187). Sum of RGB (Red+Green+Blue) = 136+60+187=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #883CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CBB is #77C344. Grayscale: #606060. Windows color (decimal): -7848773 or 12270728. OLE color: 12270728.

HSL color Cylindrical-coordinate representation of color #883CBB: hue angle of 275.91º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #883CBB is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 60 187 -
CMYK 0.27 0.68 0 0.27
HSL 275.91º 0.51% 0.48% -
HSV(B) 275.91º 0.68% 0.73% -
XYZ 20.74 12.05 48.25 -
YUV 97.2 178.68 155.67 -
System Red Green Blue C M Y K H S L
Decimal 136 60 187 0.27 0.68 0 0.27 275.91 0.51 0.48
Hex 88 3C BB 1B 44 0 1B 114 33 30
Octal 210 74 273 33 104 0 33 424 63 60
Binary 10001000 111100 10111011 11011 1000100 0 11011 100010100 110011 110000

Color Harmonies of #883CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883CBB

Black with #883CBB

Text Example


Text Example

White with #883CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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