Html Css Color HEX #883ECC Dark Orchid

📋 copy color: '#883ECC'

red 136 ◦ green 62 ◦ blue 204

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

Shades of Dark Orchid #883ECC

Tints of Dark Orchid #883ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.42%

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

R = 33.83%
G = 15.42%
B = 50.75%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#883ECC (or 0x883ECC) is known color: Dark Orchid. HEX triplet: 88, 3E and CC. RGB value is (136,62,204). Sum of RGB (Red+Green+Blue) = 136+62+204=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #883ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883ECC is #77C133. Grayscale: #636363. Windows color (decimal): -7848244 or 13385352. OLE color: 13385352.

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

Color convert

RGB 136 62 204 -
CMYK 0.33 0.70 0 0.2
HSL 271.27º 0.58% 0.52% -
HSV(B) 271.27º 0.7% 0.8% -
XYZ 22.78 13.04 58.44 -
YUV 100.31 186.52 153.45 -
System Red Green Blue C M Y K H S L
Decimal 136 62 204 0.33 0.70 0 0.2 271.27 0.58 0.52
Hex 88 3E CC 21 46 0 14 10F 3A 34
Octal 210 76 314 41 106 0 24 417 72 64
Binary 10001000 111110 11001100 100001 1000110 0 10100 100001111 111010 110100

Color Harmonies of #883ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883ECC

Black with #883ECC

Text Example


Text Example

White with #883ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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