Html Css Color HEX #812CBC Dark Orchid

📋 copy color: '#812CBC'

red 129 ◦ green 44 ◦ blue 188

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

Shades of Dark Orchid #812CBC

Tints of Dark Orchid #812CBC

RGB

 RED value IS 129 (50.78% from 255) = 35.73%

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

 BLUE value IS 188 (73.83% from 255) = 52.08%

R = 35.73%
G = 12.19%
B = 52.08%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#812CBC (or 0x812CBC) is known color: Dark Orchid. HEX triplet: 81, 2C and BC. RGB value is (129,44,188). Sum of RGB (Red+Green+Blue) = 129+44+188=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #812CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812CBC is #7ED343. Grayscale: #555555. Windows color (decimal): -8311620 or 12332161. OLE color: 12332161.

HSL color Cylindrical-coordinate representation of color #812CBC: hue angle of 275.42º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #812CBC is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 44 188 -
CMYK 0.31 0.77 0 0.26
HSL 275.42º 0.62% 0.45% -
HSV(B) 275.42º 0.77% 0.74% -
XYZ 19.03 10.1 48.52 -
YUV 85.83 185.66 158.79 -
System Red Green Blue C M Y K H S L
Decimal 129 44 188 0.31 0.77 0 0.26 275.42 0.62 0.45
Hex 81 2C BC 1F 4D 0 1A 113 3E 2D
Octal 201 54 274 37 115 0 32 423 76 55
Binary 10000001 101100 10111100 11111 1001101 0 11010 100010011 111110 101101

Color Harmonies of #812CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812CBC

Black with #812CBC

Text Example


Text Example

White with #812CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812CBC; }

 p { color: rgb(129,44,188); }

 H1.HeaderClassName
 {
   color: #812CBC;
 }
 .AnyTagClassName
 {
   color: #812CBC;
 }
</style>

background-color css

<style>
 a { background-color: #812CBC; }

 a { background-color: rgb(129,44,188); }

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

border-color css

<style>
 span { border-color: #812CBC; }

 span { border-color: rgb(129,44,188); }

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