Html Css Color HEX #8C48CD Dark Orchid

📋 copy color: '#8C48CD'

red 140 ◦ green 72 ◦ blue 205

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

Shades of Dark Orchid #8C48CD

Tints of Dark Orchid #8C48CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 33.57%
G = 17.27%
B = 49.16%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C48CD (or 0x8C48CD) is known color: Dark Orchid. HEX triplet: 8C, 48 and CD. RGB value is (140,72,205). Sum of RGB (Red+Green+Blue) = 140+72+205=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C48CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C48CD is #73B732. Grayscale: #6B6B6B. Windows color (decimal): -7583539 or 13453452. OLE color: 13453452.

HSL color Cylindrical-coordinate representation of color #8C48CD: hue angle of 270.68º 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 #8C48CD is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 72 205 -
CMYK 0.32 0.65 0 0.20
HSL 270.68º 0.57% 0.54% -
HSV(B) 270.68º 0.65% 0.8% -
XYZ 24.15 14.62 59.31 -
YUV 107.49 183.03 151.19 -
System Red Green Blue C M Y K H S L
Decimal 140 72 205 0.32 0.65 0 0.20 270.68 0.57 0.54
Hex 8C 48 CD 20 41 0 14 10F 39 36
Octal 214 110 315 40 101 0 24 417 71 66
Binary 10001100 1001000 11001101 100000 1000001 0 10100 100001111 111001 110110

Color Harmonies of #8C48CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C48CD

Black with #8C48CD

Text Example


Text Example

White with #8C48CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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