Html Css Color HEX #802DB7 Dark Orchid

📋 copy color: '#802DB7'

red 128 ◦ green 45 ◦ blue 183

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

Shades of Dark Orchid #802DB7

Tints of Dark Orchid #802DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.4%

R = 35.96%
G = 12.64%
B = 51.4%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#802DB7 (or 0x802DB7) is known color: Dark Orchid. HEX triplet: 80, 2D and B7. RGB value is (128,45,183). Sum of RGB (Red+Green+Blue) = 128+45+183=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #802DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DB7 is #7FD248. Grayscale: #555555. Windows color (decimal): -8376905 or 12004736. OLE color: 12004736.

HSL color Cylindrical-coordinate representation of color #802DB7: hue angle of 276.09º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802DB7 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 45 183 -
CMYK 0.30 0.75 0 0.28
HSL 276.09º 0.61% 0.45% -
HSV(B) 276.09º 0.75% 0.72% -
XYZ 18.39 9.88 45.74 -
YUV 85.55 183 158.28 -
System Red Green Blue C M Y K H S L
Decimal 128 45 183 0.30 0.75 0 0.28 276.09 0.61 0.45
Hex 80 2D B7 1E 4B 0 1C 114 3D 2D
Octal 200 55 267 36 113 0 34 424 75 55
Binary 10000000 101101 10110111 11110 1001011 0 11100 100010100 111101 101101

Color Harmonies of #802DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802DB7

Black with #802DB7

Text Example


Text Example

White with #802DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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