Html Css Color HEX #8046CA Dark Orchid

📋 copy color: '#8046CA'

red 128 ◦ green 70 ◦ blue 202

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

Shades of Dark Orchid #8046CA

Tints of Dark Orchid #8046CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.5%

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

R = 32%
G = 17.5%
B = 50.5%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8046CA (or 0x8046CA) is known color: Dark Orchid. HEX triplet: 80, 46 and CA. RGB value is (128,70,202). Sum of RGB (Red+Green+Blue) = 128+70+202=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #8046CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8046CA is #7FB935. Grayscale: #656565. Windows color (decimal): -8370486 or 13256320. OLE color: 13256320.

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

Color convert

RGB 128 70 202 -
CMYK 0.37 0.65 0 0.21
HSL 266.36º 0.55% 0.53% -
HSV(B) 266.36º 0.65% 0.79% -
XYZ 21.75 13.23 57.28 -
YUV 102.39 184.22 146.27 -
System Red Green Blue C M Y K H S L
Decimal 128 70 202 0.37 0.65 0 0.21 266.36 0.55 0.53
Hex 80 46 CA 25 41 0 15 10A 37 35
Octal 200 106 312 45 101 0 25 412 67 65
Binary 10000000 1000110 11001010 100101 1000001 0 10101 100001010 110111 110101

Color Harmonies of #8046CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8046CA

Black with #8046CA

Text Example


Text Example

White with #8046CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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