Html Css Color HEX #8448CE Dark Orchid

📋 copy color: '#8448CE'

red 132 ◦ green 72 ◦ blue 206

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

Shades of Dark Orchid #8448CE

Tints of Dark Orchid #8448CE

RGB

 RED value IS 132 (51.95% from 255) = 32.2%

 GREEN value IS 72 (28.52% from 255) = 17.56%

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 32.2%
G = 17.56%
B = 50.24%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8448CE (or 0x8448CE) is known color: Dark Orchid. HEX triplet: 84, 48 and CE. RGB value is (132,72,206). Sum of RGB (Red+Green+Blue) = 132+72+206=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #8448CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8448CE is #7BB731. Grayscale: #686868. Windows color (decimal): -8107826 or 13518980. OLE color: 13518980.

HSL color Cylindrical-coordinate representation of color #8448CE: hue angle of 266.87º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8448CE is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 72 206 -
CMYK 0.36 0.65 0 0.19
HSL 266.87º 0.58% 0.55% -
HSV(B) 266.87º 0.65% 0.81% -
XYZ 22.97 14 59.88 -
YUV 105.22 184.88 147.1 -
System Red Green Blue C M Y K H S L
Decimal 132 72 206 0.36 0.65 0 0.19 266.87 0.58 0.55
Hex 84 48 CE 24 41 0 13 10B 3A 37
Octal 204 110 316 44 101 0 23 413 72 67
Binary 10000100 1001000 11001110 100100 1000001 0 10011 100001011 111010 110111

Color Harmonies of #8448CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8448CE

Black with #8448CE

Text Example


Text Example

White with #8448CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8448CE; }

 p { color: rgb(132,72,206); }

 H1.HeaderClassName
 {
   color: #8448CE;
 }
 .AnyTagClassName
 {
   color: #8448CE;
 }
</style>

background-color css

<style>
 a { background-color: #8448CE; }

 a { background-color: rgb(132,72,206); }

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

border-color css

<style>
 span { border-color: #8448CE; }

 span { border-color: rgb(132,72,206); }

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