Html Css Color HEX #883FCD Dark Orchid

📋 copy color: '#883FCD'

red 136 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #883FCD

Tints of Dark Orchid #883FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.59%

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

R = 33.66%
G = 15.59%
B = 50.74%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#883FCD (or 0x883FCD) is known color: Dark Orchid. HEX triplet: 88, 3F and CD. RGB value is (136,63,205). Sum of RGB (Red+Green+Blue) = 136+63+205=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #883FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FCD is #77C032. Grayscale: #646464. Windows color (decimal): -7847987 or 13451144. OLE color: 13451144.

HSL color Cylindrical-coordinate representation of color #883FCD: hue angle of 270.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #883FCD is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 63 205 -
CMYK 0.34 0.69 0 0.20
HSL 270.85º 0.59% 0.53% -
HSV(B) 270.85º 0.69% 0.8% -
XYZ 22.95 13.2 59.1 -
YUV 101.02 186.68 152.95 -
System Red Green Blue C M Y K H S L
Decimal 136 63 205 0.34 0.69 0 0.20 270.85 0.59 0.53
Hex 88 3F CD 22 45 0 14 10F 3B 35
Octal 210 77 315 42 105 0 24 417 73 65
Binary 10001000 111111 11001101 100010 1000101 0 10100 100001111 111011 110101

Color Harmonies of #883FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883FCD

Black with #883FCD

Text Example


Text Example

White with #883FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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