Html Css Color HEX #883CCC Dark Orchid

📋 copy color: '#883CCC'

red 136 ◦ green 60 ◦ blue 204

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

Shades of Dark Orchid #883CCC

Tints of Dark Orchid #883CCC

RGB

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

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

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

R = 34%
G = 15%
B = 51%

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

#883CCC (or 0x883CCC) is known color: Dark Orchid. HEX triplet: 88, 3C and CC. RGB value is (136,60,204). Sum of RGB (Red+Green+Blue) = 136+60+204=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #883CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CCC is #77C333. Grayscale: #626262. Windows color (decimal): -7848756 or 13384840. OLE color: 13384840.

HSL color Cylindrical-coordinate representation of color #883CCC: hue angle of 271.67º 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 #883CCC is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 60 204 -
CMYK 0.33 0.71 0 0.2
HSL 271.67º 0.59% 0.52% -
HSV(B) 271.67º 0.71% 0.8% -
XYZ 22.67 12.83 58.41 -
YUV 99.14 187.18 154.29 -
System Red Green Blue C M Y K H S L
Decimal 136 60 204 0.33 0.71 0 0.2 271.67 0.59 0.52
Hex 88 3C CC 21 47 0 14 110 3B 34
Octal 210 74 314 41 107 0 24 420 73 64
Binary 10001000 111100 11001100 100001 1000111 0 10100 100010000 111011 110100

Color Harmonies of #883CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883CCC

Black with #883CCC

Text Example


Text Example

White with #883CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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