Html Css Color HEX #8C3FCA Dark Orchid

📋 copy color: '#8C3FCA'

red 140 ◦ green 63 ◦ blue 202

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

Shades of Dark Orchid #8C3FCA

Tints of Dark Orchid #8C3FCA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.56%

 BLUE value IS 202 (79.3% from 255) = 49.88%

R = 34.57%
G = 15.56%
B = 49.88%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C3FCA (or 0x8C3FCA) is known color: Dark Orchid. HEX triplet: 8C, 3F and CA. RGB value is (140,63,202). Sum of RGB (Red+Green+Blue) = 140+63+202=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C3FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3FCA is #73C035. Grayscale: #656565. Windows color (decimal): -7585846 or 13254540. OLE color: 13254540.

HSL color Cylindrical-coordinate representation of color #8C3FCA: hue angle of 273.24º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C3FCA is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 63 202 -
CMYK 0.31 0.69 0 0.21
HSL 273.24º 0.57% 0.52% -
HSV(B) 273.24º 0.69% 0.79% -
XYZ 23.25 13.39 57.24 -
YUV 101.87 184.51 155.2 -
System Red Green Blue C M Y K H S L
Decimal 140 63 202 0.31 0.69 0 0.21 273.24 0.57 0.52
Hex 8C 3F CA 1F 45 0 15 111 39 34
Octal 214 77 312 37 105 0 25 421 71 64
Binary 10001100 111111 11001010 11111 1000101 0 10101 100010001 111001 110100

Color Harmonies of #8C3FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3FCA

Black with #8C3FCA

Text Example


Text Example

White with #8C3FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,63,202); }

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

background-color css

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

 a { background-color: rgb(140,63,202); }

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

border-color css

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

 span { border-color: rgb(140,63,202); }

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