Html Css Color HEX #882DCA Dark Orchid

📋 copy color: '#882DCA'

red 136 ◦ green 45 ◦ blue 202

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

Shades of Dark Orchid #882DCA

Tints of Dark Orchid #882DCA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.75%

 BLUE value IS 202 (79.3% from 255) = 52.74%

R = 35.51%
G = 11.75%
B = 52.74%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#882DCA (or 0x882DCA) is known color: Dark Orchid. HEX triplet: 88, 2D and CA. RGB value is (136,45,202). Sum of RGB (Red+Green+Blue) = 136+45+202=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #882DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DCA is #77D235. Grayscale: #595959. Windows color (decimal): -7852598 or 13249928. OLE color: 13249928.

HSL color Cylindrical-coordinate representation of color #882DCA: hue angle of 274.78º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #882DCA is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 45 202 -
CMYK 0.33 0.78 0 0.21
HSL 274.78º 0.64% 0.48% -
HSV(B) 274.78º 0.78% 0.79% -
XYZ 21.75 11.38 56.93 -
YUV 90.11 191.15 160.73 -
System Red Green Blue C M Y K H S L
Decimal 136 45 202 0.33 0.78 0 0.21 274.78 0.64 0.48
Hex 88 2D CA 21 4E 0 15 113 40 30
Octal 210 55 312 41 116 0 25 423 100 60
Binary 10001000 101101 11001010 100001 1001110 0 10101 100010011 1000000 110000

Color Harmonies of #882DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882DCA

Black with #882DCA

Text Example


Text Example

White with #882DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,45,202); }

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

background-color css

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

 a { background-color: rgb(136,45,202); }

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

border-color css

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

 span { border-color: rgb(136,45,202); }

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