Html Css Color HEX #883CBC Dark Orchid

📋 copy color: '#883CBC'

red 136 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #883CBC

Tints of Dark Orchid #883CBC

RGB

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

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

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

R = 35.42%
G = 15.63%
B = 48.96%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#883CBC (or 0x883CBC) is known color: Dark Orchid. HEX triplet: 88, 3C and BC. RGB value is (136,60,188). Sum of RGB (Red+Green+Blue) = 136+60+188=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #883CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CBC is #77C343. Grayscale: #606060. Windows color (decimal): -7848772 or 12336264. OLE color: 12336264.

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

Color convert

RGB 136 60 188 -
CMYK 0.28 0.68 0 0.26
HSL 275.63º 0.52% 0.49% -
HSV(B) 275.63º 0.68% 0.74% -
XYZ 20.85 12.1 48.81 -
YUV 97.32 179.18 155.59 -
System Red Green Blue C M Y K H S L
Decimal 136 60 188 0.28 0.68 0 0.26 275.63 0.52 0.49
Hex 88 3C BC 1C 44 0 1A 114 34 31
Octal 210 74 274 34 104 0 32 424 64 61
Binary 10001000 111100 10111100 11100 1000100 0 11010 100010100 110100 110001

Color Harmonies of #883CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883CBC

Black with #883CBC

Text Example


Text Example

White with #883CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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