Html Css Color HEX #883DCD Dark Orchid

📋 copy color: '#883DCD'

red 136 ◦ green 61 ◦ blue 205

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

Shades of Dark Orchid #883DCD

Tints of Dark Orchid #883DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51%

R = 33.83%
G = 15.17%
B = 51%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#883DCD (or 0x883DCD) is known color: Dark Orchid. HEX triplet: 88, 3D and CD. RGB value is (136,61,205). Sum of RGB (Red+Green+Blue) = 136+61+205=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #883DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883DCD is #77C232. Grayscale: #636363. Windows color (decimal): -7848499 or 13450632. OLE color: 13450632.

HSL color Cylindrical-coordinate representation of color #883DCD: hue angle of 271.25º degrees, saturation: 0.59, 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 #883DCD is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 61 205 -
CMYK 0.34 0.70 0 0.20
HSL 271.25º 0.59% 0.52% -
HSV(B) 271.25º 0.7% 0.8% -
XYZ 22.84 12.98 59.06 -
YUV 99.84 187.35 153.79 -
System Red Green Blue C M Y K H S L
Decimal 136 61 205 0.34 0.70 0 0.20 271.25 0.59 0.52
Hex 88 3D CD 22 46 0 14 10F 3B 34
Octal 210 75 315 42 106 0 24 417 73 64
Binary 10001000 111101 11001101 100010 1000110 0 10100 100001111 111011 110100

Color Harmonies of #883DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883DCD

Black with #883DCD

Text Example


Text Example

White with #883DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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