Html Css Color HEX #8033C7 Dark Orchid

📋 copy color: '#8033C7'

red 128 ◦ green 51 ◦ blue 199

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

Shades of Dark Orchid #8033C7

Tints of Dark Orchid #8033C7

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.49%

 BLUE value IS 199 (78.13% from 255) = 52.65%

R = 33.86%
G = 13.49%
B = 52.65%

CMYK

 C value IS 0.36

 M value IS 0.74

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8033C7 (or 0x8033C7) is known color: Dark Orchid. HEX triplet: 80, 33 and C7. RGB value is (128,51,199). Sum of RGB (Red+Green+Blue) = 128+51+199=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 199 (78.12% from 255 or 52.65% from 378); Max value from RGB is 199 - color contains mainly: blue. Hex color #8033C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8033C7 is #7FCC38. Grayscale: #5A5A5A. Windows color (decimal): -8375353 or 13054848. OLE color: 13054848.

HSL color Cylindrical-coordinate representation of color #8033C7: hue angle of 271.22º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8033C7 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 51 199 -
CMYK 0.36 0.74 0 0.22
HSL 271.22º 0.59% 0.49% -
HSV(B) 271.22º 0.74% 0.78% -
XYZ 20.39 11.08 55.1 -
YUV 90.9 189.01 154.47 -
System Red Green Blue C M Y K H S L
Decimal 128 51 199 0.36 0.74 0 0.22 271.22 0.59 0.49
Hex 80 33 C7 24 4A 0 16 10F 3B 31
Octal 200 63 307 44 112 0 26 417 73 61
Binary 10000000 110011 11000111 100100 1001010 0 10110 100001111 111011 110001

Color Harmonies of #8033C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8033C7

Black with #8033C7

Text Example


Text Example

White with #8033C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8033C7; }

 p { color: rgb(128,51,199); }

 H1.HeaderClassName
 {
   color: #8033C7;
 }
 .AnyTagClassName
 {
   color: #8033C7;
 }
</style>

background-color css

<style>
 a { background-color: #8033C7; }

 a { background-color: rgb(128,51,199); }

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

border-color css

<style>
 span { border-color: #8033C7; }

 span { border-color: rgb(128,51,199); }

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