Html Css Color HEX #8224C0 Dark Orchid

📋 copy color: '#8224C0'

red 130 ◦ green 36 ◦ blue 192

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

Shades of Dark Orchid #8224C0

Tints of Dark Orchid #8224C0

RGB

 RED value IS 130 (51.17% from 255) = 36.31%

 GREEN value IS 36 (14.45% from 255) = 10.06%

 BLUE value IS 192 (75.39% from 255) = 53.63%

R = 36.31%
G = 10.06%
B = 53.63%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8224C0 (or 0x8224C0) is known color: Dark Orchid. HEX triplet: 82, 24 and C0. RGB value is (130,36,192). Sum of RGB (Red+Green+Blue) = 130+36+192=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #8224C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8224C0 is #7DDB3F. Grayscale: #515151. Windows color (decimal): -8248128 or 12592258. OLE color: 12592258.

HSL color Cylindrical-coordinate representation of color #8224C0: hue angle of 276.15º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8224C0 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 36 192 -
CMYK 0.32 0.81 0 0.25
HSL 276.15º 0.68% 0.45% -
HSV(B) 276.15º 0.81% 0.75% -
XYZ 19.35 9.81 50.74 -
YUV 81.89 190.14 162.32 -
System Red Green Blue C M Y K H S L
Decimal 130 36 192 0.32 0.81 0 0.25 276.15 0.68 0.45
Hex 82 24 C0 20 51 0 19 114 44 2D
Octal 202 44 300 40 121 0 31 424 104 55
Binary 10000010 100100 11000000 100000 1010001 0 11001 100010100 1000100 101101

Color Harmonies of #8224C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8224C0

Black with #8224C0

Text Example


Text Example

White with #8224C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8224C0; }

 p { color: rgb(130,36,192); }

 H1.HeaderClassName
 {
   color: #8224C0;
 }
 .AnyTagClassName
 {
   color: #8224C0;
 }
</style>

background-color css

<style>
 a { background-color: #8224C0; }

 a { background-color: rgb(130,36,192); }

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

border-color css

<style>
 span { border-color: #8224C0; }

 span { border-color: rgb(130,36,192); }

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