Html Css Color HEX #883ABC Dark Orchid

📋 copy color: '#883ABC'

red 136 ◦ green 58 ◦ blue 188

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

Shades of Dark Orchid #883ABC

Tints of Dark Orchid #883ABC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.18%

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 35.6%
G = 15.18%
B = 49.21%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#883ABC (or 0x883ABC) is known color: Dark Orchid. HEX triplet: 88, 3A and BC. RGB value is (136,58,188). Sum of RGB (Red+Green+Blue) = 136+58+188=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #883ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883ABC is #77C543. Grayscale: #5F5F5F. Windows color (decimal): -7849284 or 12335752. OLE color: 12335752.

HSL color Cylindrical-coordinate representation of color #883ABC: hue angle of 276º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #883ABC is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 58 188 -
CMYK 0.28 0.69 0 0.26
HSL 276º 0.53% 0.48% -
HSV(B) 276º 0.69% 0.74% -
XYZ 20.74 11.89 48.78 -
YUV 96.14 179.84 156.43 -
System Red Green Blue C M Y K H S L
Decimal 136 58 188 0.28 0.69 0 0.26 276 0.53 0.48
Hex 88 3A BC 1C 45 0 1A 114 35 30
Octal 210 72 274 34 105 0 32 424 65 60
Binary 10001000 111010 10111100 11100 1000101 0 11010 100010100 110101 110000

Color Harmonies of #883ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883ABC

Black with #883ABC

Text Example


Text Example

White with #883ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,58,188); }

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

background-color css

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

 a { background-color: rgb(136,58,188); }

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

border-color css

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

 span { border-color: rgb(136,58,188); }

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