Html Css Color HEX #883BC0 Dark Orchid

📋 copy color: '#883BC0'

red 136 ◦ green 59 ◦ blue 192

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

Shades of Dark Orchid #883BC0

Tints of Dark Orchid #883BC0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.25%

 BLUE value IS 192 (75.39% from 255) = 49.61%

R = 35.14%
G = 15.25%
B = 49.61%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#883BC0 (or 0x883BC0) is known color: Dark Orchid. HEX triplet: 88, 3B and C0. RGB value is (136,59,192). Sum of RGB (Red+Green+Blue) = 136+59+192=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #883BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BC0 is #77C43F. Grayscale: #606060. Windows color (decimal): -7849024 or 12598152. OLE color: 12598152.

HSL color Cylindrical-coordinate representation of color #883BC0: hue angle of 274.74º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #883BC0 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 59 192 -
CMYK 0.29 0.69 0 0.25
HSL 274.74º 0.53% 0.49% -
HSV(B) 274.74º 0.69% 0.75% -
XYZ 21.23 12.17 51.1 -
YUV 97.19 181.51 155.69 -
System Red Green Blue C M Y K H S L
Decimal 136 59 192 0.29 0.69 0 0.25 274.74 0.53 0.49
Hex 88 3B C0 1D 45 0 19 113 35 31
Octal 210 73 300 35 105 0 31 423 65 61
Binary 10001000 111011 11000000 11101 1000101 0 11001 100010011 110101 110001

Color Harmonies of #883BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883BC0

Black with #883BC0

Text Example


Text Example

White with #883BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,59,192); }

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

background-color css

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

 a { background-color: rgb(136,59,192); }

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

border-color css

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

 span { border-color: rgb(136,59,192); }

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