Html Css Color HEX #802DBB Dark Orchid

📋 copy color: '#802DBB'

red 128 ◦ green 45 ◦ blue 187

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

Shades of Dark Orchid #802DBB

Tints of Dark Orchid #802DBB

RGB

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

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

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

R = 35.56%
G = 12.5%
B = 51.94%

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

#802DBB (or 0x802DBB) is known color: Dark Orchid. HEX triplet: 80, 2D and BB. RGB value is (128,45,187). Sum of RGB (Red+Green+Blue) = 128+45+187=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #802DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DBB is #7FD244. Grayscale: #555555. Windows color (decimal): -8376901 or 12266880. OLE color: 12266880.

HSL color Cylindrical-coordinate representation of color #802DBB: hue angle of 275.07º degrees, saturation: 0.61, 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 #802DBB is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 45 187 -
CMYK 0.32 0.76 0 0.27
HSL 275.07º 0.61% 0.45% -
HSV(B) 275.07º 0.76% 0.73% -
XYZ 18.81 10.05 47.96 -
YUV 86.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 128 45 187 0.32 0.76 0 0.27 275.07 0.61 0.45
Hex 80 2D BB 20 4C 0 1B 113 3D 2D
Octal 200 55 273 40 114 0 33 423 75 55
Binary 10000000 101101 10111011 100000 1001100 0 11011 100010011 111101 101101

Color Harmonies of #802DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802DBB

Black with #802DBB

Text Example


Text Example

White with #802DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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