Html Css Color HEX #883BD0 Dark Orchid

📋 copy color: '#883BD0'

red 136 ◦ green 59 ◦ blue 208

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

Shades of Dark Orchid #883BD0

Tints of Dark Orchid #883BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.61%

R = 33.75%
G = 14.64%
B = 51.61%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#883BD0 (or 0x883BD0) is known color: Dark Orchid. HEX triplet: 88, 3B and D0. RGB value is (136,59,208). Sum of RGB (Red+Green+Blue) = 136+59+208=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #883BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BD0 is #77C42F. Grayscale: #626262. Windows color (decimal): -7849008 or 13646728. OLE color: 13646728.

HSL color Cylindrical-coordinate representation of color #883BD0: hue angle of 271.01º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #883BD0 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 59 208 -
CMYK 0.35 0.72 0 0.18
HSL 271.01º 0.61% 0.52% -
HSV(B) 271.01º 0.72% 0.82% -
XYZ 23.1 12.92 60.95 -
YUV 99.01 189.51 154.38 -
System Red Green Blue C M Y K H S L
Decimal 136 59 208 0.35 0.72 0 0.18 271.01 0.61 0.52
Hex 88 3B D0 23 48 0 12 10F 3D 34
Octal 210 73 320 43 110 0 22 417 75 64
Binary 10001000 111011 11010000 100011 1001000 0 10010 100001111 111101 110100

Color Harmonies of #883BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883BD0

Black with #883BD0

Text Example


Text Example

White with #883BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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