Html Css Color HEX #802CBB Dark Orchid

📋 copy color: '#802CBB'

red 128 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #802CBB

Tints of Dark Orchid #802CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.09%

R = 35.65%
G = 12.26%
B = 52.09%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#802CBB (or 0x802CBB) is known color: Dark Orchid. HEX triplet: 80, 2C and BB. RGB value is (128,44,187). Sum of RGB (Red+Green+Blue) = 128+44+187=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #802CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802CBB is #7FD344. Grayscale: #545454. Windows color (decimal): -8377157 or 12266624. OLE color: 12266624.

HSL color Cylindrical-coordinate representation of color #802CBB: hue angle of 275.24º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802CBB is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 44 187 -
CMYK 0.32 0.76 0 0.27
HSL 275.24º 0.62% 0.45% -
HSV(B) 275.24º 0.76% 0.73% -
XYZ 18.77 9.98 47.95 -
YUV 85.42 185.33 158.37 -
System Red Green Blue C M Y K H S L
Decimal 128 44 187 0.32 0.76 0 0.27 275.24 0.62 0.45
Hex 80 2C BB 20 4C 0 1B 113 3E 2D
Octal 200 54 273 40 114 0 33 423 76 55
Binary 10000000 101100 10111011 100000 1001100 0 11011 100010011 111110 101101

Color Harmonies of #802CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802CBB

Black with #802CBB

Text Example


Text Example

White with #802CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802CBB; }

 p { color: rgb(128,44,187); }

 H1.HeaderClassName
 {
   color: #802CBB;
 }
 .AnyTagClassName
 {
   color: #802CBB;
 }
</style>

background-color css

<style>
 a { background-color: #802CBB; }

 a { background-color: rgb(128,44,187); }

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

border-color css

<style>
 span { border-color: #802CBB; }

 span { border-color: rgb(128,44,187); }

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