Html Css Color HEX #872CCA Dark Orchid

📋 copy color: '#872CCA'

red 135 ◦ green 44 ◦ blue 202

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

Shades of Dark Orchid #872CCA

Tints of Dark Orchid #872CCA

RGB

 RED value IS 135 (53.13% from 255) = 35.43%

 GREEN value IS 44 (17.58% from 255) = 11.55%

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

R = 35.43%
G = 11.55%
B = 53.02%

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

#872CCA (or 0x872CCA) is known color: Dark Orchid. HEX triplet: 87, 2C and CA. RGB value is (135,44,202). Sum of RGB (Red+Green+Blue) = 135+44+202=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 44 (17.58% from 255 or 11.55% 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 #872CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872CCA is #78D335. Grayscale: #585858. Windows color (decimal): -7918390 or 13249671. OLE color: 13249671.

HSL color Cylindrical-coordinate representation of color #872CCA: hue angle of 274.56º 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 #872CCA is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 44 202 -
CMYK 0.33 0.78 0 0.21
HSL 274.56º 0.64% 0.48% -
HSV(B) 274.56º 0.78% 0.79% -
XYZ 21.55 11.22 56.91 -
YUV 89.22 191.65 160.65 -
System Red Green Blue C M Y K H S L
Decimal 135 44 202 0.33 0.78 0 0.21 274.56 0.64 0.48
Hex 87 2C CA 21 4E 0 15 113 40 30
Octal 207 54 312 41 116 0 25 423 100 60
Binary 10000111 101100 11001010 100001 1001110 0 10101 100010011 1000000 110000

Color Harmonies of #872CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872CCA

Black with #872CCA

Text Example


Text Example

White with #872CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872CCA; }

 p { color: rgb(135,44,202); }

 H1.HeaderClassName
 {
   color: #872CCA;
 }
 .AnyTagClassName
 {
   color: #872CCA;
 }
</style>

background-color css

<style>
 a { background-color: #872CCA; }

 a { background-color: rgb(135,44,202); }

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

border-color css

<style>
 span { border-color: #872CCA; }

 span { border-color: rgb(135,44,202); }

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