Html Css Color HEX #802CBC Dark Orchid

📋 copy color: '#802CBC'

red 128 ◦ green 44 ◦ blue 188

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

Shades of Dark Orchid #802CBC

Tints of Dark Orchid #802CBC

RGB

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

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

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

R = 35.56%
G = 12.22%
B = 52.22%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#802CBC (or 0x802CBC) is known color: Dark Orchid. HEX triplet: 80, 2C and BC. RGB value is (128,44,188). Sum of RGB (Red+Green+Blue) = 128+44+188=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #802CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802CBC is #7FD343. Grayscale: #555555. Windows color (decimal): -8377156 or 12332160. OLE color: 12332160.

HSL color Cylindrical-coordinate representation of color #802CBC: hue angle of 275º 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 #802CBC is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 44 188 -
CMYK 0.32 0.77 0 0.26
HSL 275º 0.62% 0.45% -
HSV(B) 275º 0.77% 0.74% -
XYZ 18.88 10.02 48.52 -
YUV 85.53 185.83 158.29 -
System Red Green Blue C M Y K H S L
Decimal 128 44 188 0.32 0.77 0 0.26 275 0.62 0.45
Hex 80 2C BC 20 4D 0 1A 113 3E 2D
Octal 200 54 274 40 115 0 32 423 76 55
Binary 10000000 101100 10111100 100000 1001101 0 11010 100010011 111110 101101

Color Harmonies of #802CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802CBC

Black with #802CBC

Text Example


Text Example

White with #802CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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