Html Css Color HEX #8044CA Dark Orchid

📋 copy color: '#8044CA'

red 128 ◦ green 68 ◦ blue 202

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

Shades of Dark Orchid #8044CA

Tints of Dark Orchid #8044CA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.09%

 BLUE value IS 202 (79.3% from 255) = 50.75%

R = 32.16%
G = 17.09%
B = 50.75%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8044CA (or 0x8044CA) is known color: Dark Orchid. HEX triplet: 80, 44 and CA. RGB value is (128,68,202). Sum of RGB (Red+Green+Blue) = 128+68+202=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #8044CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8044CA is #7FBB35. Grayscale: #646464. Windows color (decimal): -8370998 or 13255808. OLE color: 13255808.

HSL color Cylindrical-coordinate representation of color #8044CA: hue angle of 266.87º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8044CA is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 68 202 -
CMYK 0.37 0.66 0 0.21
HSL 266.87º 0.56% 0.53% -
HSV(B) 266.87º 0.66% 0.79% -
XYZ 21.63 12.99 57.24 -
YUV 101.22 184.88 147.1 -
System Red Green Blue C M Y K H S L
Decimal 128 68 202 0.37 0.66 0 0.21 266.87 0.56 0.53
Hex 80 44 CA 25 42 0 15 10B 38 35
Octal 200 104 312 45 102 0 25 413 70 65
Binary 10000000 1000100 11001010 100101 1000010 0 10101 100001011 111000 110101

Color Harmonies of #8044CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8044CA

Black with #8044CA

Text Example


Text Example

White with #8044CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8044CA; }

 p { color: rgb(128,68,202); }

 H1.HeaderClassName
 {
   color: #8044CA;
 }
 .AnyTagClassName
 {
   color: #8044CA;
 }
</style>

background-color css

<style>
 a { background-color: #8044CA; }

 a { background-color: rgb(128,68,202); }

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

border-color css

<style>
 span { border-color: #8044CA; }

 span { border-color: rgb(128,68,202); }

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