Html Css Color HEX #882FCD Dark Orchid

📋 copy color: '#882FCD'

red 136 ◦ green 47 ◦ blue 205

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

Shades of Dark Orchid #882FCD

Tints of Dark Orchid #882FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.11%

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

R = 35.05%
G = 12.11%
B = 52.84%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#882FCD (or 0x882FCD) is known color: Dark Orchid. HEX triplet: 88, 2F and CD. RGB value is (136,47,205). Sum of RGB (Red+Green+Blue) = 136+47+205=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #882FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882FCD is #77D032. Grayscale: #5B5B5B. Windows color (decimal): -7852083 or 13447048. OLE color: 13447048.

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

Color convert

RGB 136 47 205 -
CMYK 0.34 0.77 0 0.20
HSL 273.8º 0.63% 0.49% -
HSV(B) 273.8º 0.77% 0.8% -
XYZ 22.19 11.68 58.84 -
YUV 91.62 191.99 159.65 -
System Red Green Blue C M Y K H S L
Decimal 136 47 205 0.34 0.77 0 0.20 273.8 0.63 0.49
Hex 88 2F CD 22 4D 0 14 112 3F 31
Octal 210 57 315 42 115 0 24 422 77 61
Binary 10001000 101111 11001101 100010 1001101 0 10100 100010010 111111 110001

Color Harmonies of #882FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882FCD

Black with #882FCD

Text Example


Text Example

White with #882FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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