Html Css Color HEX #883BCC Dark Orchid

📋 copy color: '#883BCC'

red 136 ◦ green 59 ◦ blue 204

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

Shades of Dark Orchid #883BCC

Tints of Dark Orchid #883BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 34.09%
G = 14.79%
B = 51.13%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#883BCC (or 0x883BCC) is known color: Dark Orchid. HEX triplet: 88, 3B and CC. RGB value is (136,59,204). Sum of RGB (Red+Green+Blue) = 136+59+204=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #883BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BCC is #77C433. Grayscale: #626262. Windows color (decimal): -7849012 or 13384584. OLE color: 13384584.

HSL color Cylindrical-coordinate representation of color #883BCC: hue angle of 271.86º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #883BCC is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 59 204 -
CMYK 0.33 0.71 0 0.2
HSL 271.86º 0.59% 0.52% -
HSV(B) 271.86º 0.71% 0.8% -
XYZ 22.62 12.72 58.39 -
YUV 98.55 187.51 154.71 -
System Red Green Blue C M Y K H S L
Decimal 136 59 204 0.33 0.71 0 0.2 271.86 0.59 0.52
Hex 88 3B CC 21 47 0 14 110 3B 34
Octal 210 73 314 41 107 0 24 420 73 64
Binary 10001000 111011 11001100 100001 1000111 0 10100 100010000 111011 110100

Color Harmonies of #883BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883BCC

Black with #883BCC

Text Example


Text Example

White with #883BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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