Html Css Color HEX #872DCD Dark Orchid

📋 copy color: '#872DCD'

red 135 ◦ green 45 ◦ blue 205

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

Shades of Dark Orchid #872DCD

Tints of Dark Orchid #872DCD

RGB

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

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

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

R = 35.06%
G = 11.69%
B = 53.25%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#872DCD (or 0x872DCD) is known color: Dark Orchid. HEX triplet: 87, 2D and CD. RGB value is (135,45,205). Sum of RGB (Red+Green+Blue) = 135+45+205=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #872DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872DCD is #78D232. Grayscale: #595959. Windows color (decimal): -7918131 or 13446535. OLE color: 13446535.

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

Color convert

RGB 135 45 205 -
CMYK 0.34 0.78 0 0.20
HSL 273.75º 0.64% 0.49% -
HSV(B) 273.75º 0.78% 0.8% -
XYZ 21.95 11.44 58.81 -
YUV 90.15 192.82 159.99 -
System Red Green Blue C M Y K H S L
Decimal 135 45 205 0.34 0.78 0 0.20 273.75 0.64 0.49
Hex 87 2D CD 22 4E 0 14 112 40 31
Octal 207 55 315 42 116 0 24 422 100 61
Binary 10000111 101101 11001101 100010 1001110 0 10100 100010010 1000000 110001

Color Harmonies of #872DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872DCD

Black with #872DCD

Text Example


Text Example

White with #872DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,45,205); }

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

background-color css

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

 a { background-color: rgb(135,45,205); }

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

border-color css

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

 span { border-color: rgb(135,45,205); }

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