Html Css Color HEX #883CD0 Dark Orchid

📋 copy color: '#883CD0'

red 136 ◦ green 60 ◦ blue 208

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

Shades of Dark Orchid #883CD0

Tints of Dark Orchid #883CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.49%

R = 33.66%
G = 14.85%
B = 51.49%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#883CD0 (or 0x883CD0) is known color: Dark Orchid. HEX triplet: 88, 3C and D0. RGB value is (136,60,208). Sum of RGB (Red+Green+Blue) = 136+60+208=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #883CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CD0 is #77C32F. Grayscale: #636363. Windows color (decimal): -7848752 or 13646984. OLE color: 13646984.

HSL color Cylindrical-coordinate representation of color #883CD0: hue angle of 270.81º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #883CD0 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 60 208 -
CMYK 0.35 0.71 0 0.18
HSL 270.81º 0.61% 0.53% -
HSV(B) 270.81º 0.71% 0.82% -
XYZ 23.15 13.02 60.97 -
YUV 99.6 189.18 153.97 -
System Red Green Blue C M Y K H S L
Decimal 136 60 208 0.35 0.71 0 0.18 270.81 0.61 0.53
Hex 88 3C D0 23 47 0 12 10F 3D 35
Octal 210 74 320 43 107 0 22 417 75 65
Binary 10001000 111100 11010000 100011 1000111 0 10010 100001111 111101 110101

Color Harmonies of #883CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883CD0

Black with #883CD0

Text Example


Text Example

White with #883CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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