Html Css Color HEX #8443CE Dark Orchid

📋 copy color: '#8443CE'

red 132 ◦ green 67 ◦ blue 206

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

Shades of Dark Orchid #8443CE

Tints of Dark Orchid #8443CE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.54%

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

R = 32.59%
G = 16.54%
B = 50.86%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8443CE (or 0x8443CE) is known color: Dark Orchid. HEX triplet: 84, 43 and CE. RGB value is (132,67,206). Sum of RGB (Red+Green+Blue) = 132+67+206=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #8443CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8443CE is #7BBC31. Grayscale: #656565. Windows color (decimal): -8109106 or 13517700. OLE color: 13517700.

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

Color convert

RGB 132 67 206 -
CMYK 0.36 0.67 0 0.19
HSL 268.06º 0.59% 0.54% -
HSV(B) 268.06º 0.67% 0.81% -
XYZ 22.66 13.38 59.78 -
YUV 102.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 132 67 206 0.36 0.67 0 0.19 268.06 0.59 0.54
Hex 84 43 CE 24 43 0 13 10C 3B 36
Octal 204 103 316 44 103 0 23 414 73 66
Binary 10000100 1000011 11001110 100100 1000011 0 10011 100001100 111011 110110

Color Harmonies of #8443CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8443CE

Black with #8443CE

Text Example


Text Example

White with #8443CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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