Html Css Color HEX #883DC0 Dark Orchid

📋 copy color: '#883DC0'

red 136 ◦ green 61 ◦ blue 192

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

Shades of Dark Orchid #883DC0

Tints of Dark Orchid #883DC0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.68%

 BLUE value IS 192 (75.39% from 255) = 49.36%

R = 34.96%
G = 15.68%
B = 49.36%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#883DC0 (or 0x883DC0) is known color: Dark Orchid. HEX triplet: 88, 3D and C0. RGB value is (136,61,192). Sum of RGB (Red+Green+Blue) = 136+61+192=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #883DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883DC0 is #77C23F. Grayscale: #616161. Windows color (decimal): -7848512 or 12598664. OLE color: 12598664.

HSL color Cylindrical-coordinate representation of color #883DC0: hue angle of 274.35º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #883DC0 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 61 192 -
CMYK 0.29 0.68 0 0.25
HSL 274.35º 0.52% 0.5% -
HSV(B) 274.35º 0.68% 0.75% -
XYZ 21.34 12.38 51.13 -
YUV 98.36 180.85 154.85 -
System Red Green Blue C M Y K H S L
Decimal 136 61 192 0.29 0.68 0 0.25 274.35 0.52 0.5
Hex 88 3D C0 1D 44 0 19 112 34 32
Octal 210 75 300 35 104 0 31 422 64 62
Binary 10001000 111101 11000000 11101 1000100 0 11001 100010010 110100 110010

Color Harmonies of #883DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883DC0

Black with #883DC0

Text Example


Text Example

White with #883DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,61,192); }

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

background-color css

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

 a { background-color: rgb(136,61,192); }

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

border-color css

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

 span { border-color: rgb(136,61,192); }

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