#8448CD

Color #8448CD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8448CD

Tints of Dark Orchid #8448CD

Color information

#8448CD (or 0x8448CD) is unknown color: approx Dark Orchid. HEX triplet: 84, 48 and CD. RGB value is (132,72,205). Sum of RGB (Red+Green+Blue) = 132+72+205=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #8448CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8448CD is #7BB732. Grayscale: #686868. Windows color (decimal): -8107827 or 13453444. OLE color: 13453444.

HSL color Cylindrical-coordinate representation of color #8448CD: hue angle of 267.07º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8448CD is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13272205-
CMYK0.360.6500.20
HSL267.07º57.08%54.31%-
HSV(B)267.07º64.88%80.39%-
XYZ22.8513.9559.25-
YUV105.1184.38147.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.27%
GREEN value IS 72 (28.52% from 255) = 17.60%
BLUE value IS 205 (80.47% from 255) = 50.12%
R=32.27%
G=17.60%
B=50.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132722050.360.6500.20267.0757.0854.31
Hex8448CD244101410b3936
Octal204110315441010244137166
Binary100001001001000110011011001001000001010100100001011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8448CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8448CD;
 }
 .AnyTagClassName
 {
   color: #8448CD;
 }
</style>
background-color css

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

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

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

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

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

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