#883CCE

Color #883CCE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #883CCE

Tints of Dark Orchid #883CCE

Color information

#883CCE (or 0x883CCE) is unknown color: approx Dark Orchid. HEX triplet: 88, 3C and CE. RGB value is (136,60,206). Sum of RGB (Red+Green+Blue) = 136+60+206=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #883CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CCE is #77C331. Grayscale: #626262. Windows color (decimal): -7848754 or 13515912. OLE color: 13515912.

HSL color Cylindrical-coordinate representation of color #883CCE: hue angle of 271.23º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #883CCE is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13660206-
CMYK0.340.7100.19
HSL271.23º59.84%52.16%-
HSV(B)271.23º70.87%80.78%-
XYZ22.9112.9259.68-
YUV99.37188.18154.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.83%
GREEN value IS 60 (23.83% from 255) = 14.93%
BLUE value IS 206 (80.86% from 255) = 51.24%
R=33.83%
G=14.93%
B=51.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal136602060.340.7100.19271.2359.8452.16
Hex883CCE224701310f3c34
Octal21074316421070234177464
Binary10001000111100110011101000101000111010011100001111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #883CCE;
 }
 .AnyTagClassName
 {
   color: #883CCE;
 }
</style>
background-color css

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

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

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

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

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

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