Html Css Color HEX #8447CB Dark Orchid

📋 copy color: '#8447CB'

red 132 ◦ green 71 ◦ blue 203

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

Shades of Dark Orchid #8447CB

Tints of Dark Orchid #8447CB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.49%

 BLUE value IS 203 (79.69% from 255) = 50%

R = 32.51%
G = 17.49%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8447CB (or 0x8447CB) is known color: Dark Orchid. HEX triplet: 84, 47 and CB. RGB value is (132,71,203). Sum of RGB (Red+Green+Blue) = 132+71+203=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #8447CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8447CB is #7BB834. Grayscale: #676767. Windows color (decimal): -8108085 or 13322116. OLE color: 13322116.

HSL color Cylindrical-coordinate representation of color #8447CB: hue angle of 267.73º degrees, saturation: 0.56, 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 #8447CB is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 71 203 -
CMYK 0.35 0.65 0 0.20
HSL 267.73º 0.56% 0.54% -
HSV(B) 267.73º 0.65% 0.8% -
XYZ 22.55 13.72 57.96 -
YUV 104.29 183.71 147.77 -
System Red Green Blue C M Y K H S L
Decimal 132 71 203 0.35 0.65 0 0.20 267.73 0.56 0.54
Hex 84 47 CB 23 41 0 14 10C 38 36
Octal 204 107 313 43 101 0 24 414 70 66
Binary 10000100 1000111 11001011 100011 1000001 0 10100 100001100 111000 110110

Color Harmonies of #8447CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8447CB

Black with #8447CB

Text Example


Text Example

White with #8447CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8447CB; }

 p { color: rgb(132,71,203); }

 H1.HeaderClassName
 {
   color: #8447CB;
 }
 .AnyTagClassName
 {
   color: #8447CB;
 }
</style>

background-color css

<style>
 a { background-color: #8447CB; }

 a { background-color: rgb(132,71,203); }

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

border-color css

<style>
 span { border-color: #8447CB; }

 span { border-color: rgb(132,71,203); }

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