Html Css Color HEX #803CBD Dark Orchid

📋 copy color: '#803CBD'

red 128 ◦ green 60 ◦ blue 189

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

Shades of Dark Orchid #803CBD

Tints of Dark Orchid #803CBD

RGB

 RED value IS 128 (50.39% from 255) = 33.95%

 GREEN value IS 60 (23.83% from 255) = 15.92%

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 33.95%
G = 15.92%
B = 50.13%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#803CBD (or 0x803CBD) is known color: Dark Orchid. HEX triplet: 80, 3C and BD. RGB value is (128,60,189). Sum of RGB (Red+Green+Blue) = 128+60+189=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #803CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803CBD is #7FC342. Grayscale: #5E5E5E. Windows color (decimal): -8373059 or 12401792. OLE color: 12401792.

HSL color Cylindrical-coordinate representation of color #803CBD: hue angle of 271.63º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #803CBD is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 60 189 -
CMYK 0.32 0.68 0 0.26
HSL 271.63º 0.52% 0.49% -
HSV(B) 271.63º 0.68% 0.74% -
XYZ 19.7 11.5 49.32 -
YUV 95.04 181.03 151.51 -
System Red Green Blue C M Y K H S L
Decimal 128 60 189 0.32 0.68 0 0.26 271.63 0.52 0.49
Hex 80 3C BD 20 44 0 1A 110 34 31
Octal 200 74 275 40 104 0 32 420 64 61
Binary 10000000 111100 10111101 100000 1000100 0 11010 100010000 110100 110001

Color Harmonies of #803CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803CBD

Black with #803CBD

Text Example


Text Example

White with #803CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803CBD; }

 p { color: rgb(128,60,189); }

 H1.HeaderClassName
 {
   color: #803CBD;
 }
 .AnyTagClassName
 {
   color: #803CBD;
 }
</style>

background-color css

<style>
 a { background-color: #803CBD; }

 a { background-color: rgb(128,60,189); }

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

border-color css

<style>
 span { border-color: #803CBD; }

 span { border-color: rgb(128,60,189); }

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