Html Css Color HEX #8C48D0 Dark Orchid

📋 copy color: '#8C48D0'

red 140 ◦ green 72 ◦ blue 208

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

Shades of Dark Orchid #8C48D0

Tints of Dark Orchid #8C48D0

RGB

 RED value IS 140 (55.08% from 255) = 33.33%

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

 BLUE value IS 208 (81.64% from 255) = 49.52%

R = 33.33%
G = 17.14%
B = 49.52%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8C48D0 (or 0x8C48D0) is known color: Dark Orchid. HEX triplet: 8C, 48 and D0. RGB value is (140,72,208). Sum of RGB (Red+Green+Blue) = 140+72+208=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C48D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C48D0 is #73B72F. Grayscale: #6B6B6B. Windows color (decimal): -7583536 or 13650060. OLE color: 13650060.

HSL color Cylindrical-coordinate representation of color #8C48D0: hue angle of 270º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C48D0 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 72 208 -
CMYK 0.33 0.65 0 0.18
HSL 270º 0.59% 0.55% -
HSV(B) 270º 0.65% 0.82% -
XYZ 24.52 14.76 61.23 -
YUV 107.84 184.53 150.94 -
System Red Green Blue C M Y K H S L
Decimal 140 72 208 0.33 0.65 0 0.18 270 0.59 0.55
Hex 8C 48 D0 21 41 0 12 10E 3B 37
Octal 214 110 320 41 101 0 22 416 73 67
Binary 10001100 1001000 11010000 100001 1000001 0 10010 100001110 111011 110111

Color Harmonies of #8C48D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C48D0

Black with #8C48D0

Text Example


Text Example

White with #8C48D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C48D0; }

 p { color: rgb(140,72,208); }

 H1.HeaderClassName
 {
   color: #8C48D0;
 }
 .AnyTagClassName
 {
   color: #8C48D0;
 }
</style>

background-color css

<style>
 a { background-color: #8C48D0; }

 a { background-color: rgb(140,72,208); }

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

border-color css

<style>
 span { border-color: #8C48D0; }

 span { border-color: rgb(140,72,208); }

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