Html Css Color HEX #882BCA Dark Orchid

📋 copy color: '#882BCA'

red 136 ◦ green 43 ◦ blue 202

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

Shades of Dark Orchid #882BCA

Tints of Dark Orchid #882BCA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.29%

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

R = 35.7%
G = 11.29%
B = 53.02%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#882BCA (or 0x882BCA) is known color: Dark Orchid. HEX triplet: 88, 2B and CA. RGB value is (136,43,202). Sum of RGB (Red+Green+Blue) = 136+43+202=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #882BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882BCA is #77D435. Grayscale: #585858. Windows color (decimal): -7853110 or 13249416. OLE color: 13249416.

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

Color convert

RGB 136 43 202 -
CMYK 0.33 0.79 0 0.21
HSL 275.09º 0.65% 0.48% -
HSV(B) 275.09º 0.79% 0.79% -
XYZ 21.68 11.23 56.9 -
YUV 88.93 191.81 161.57 -
System Red Green Blue C M Y K H S L
Decimal 136 43 202 0.33 0.79 0 0.21 275.09 0.65 0.48
Hex 88 2B CA 21 4F 0 15 113 41 30
Octal 210 53 312 41 117 0 25 423 101 60
Binary 10001000 101011 11001010 100001 1001111 0 10101 100010011 1000001 110000

Color Harmonies of #882BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882BCA

Black with #882BCA

Text Example


Text Example

White with #882BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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