Html Css Color HEX #8C40CB Dark Orchid

📋 copy color: '#8C40CB'

red 140 ◦ green 64 ◦ blue 203

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

Shades of Dark Orchid #8C40CB

Tints of Dark Orchid #8C40CB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.72%

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

R = 34.4%
G = 15.72%
B = 49.88%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C40CB (or 0x8C40CB) is known color: Dark Orchid. HEX triplet: 8C, 40 and CB. RGB value is (140,64,203). Sum of RGB (Red+Green+Blue) = 140+64+203=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C40CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C40CB is #73BF34. Grayscale: #666666. Windows color (decimal): -7585589 or 13320332. OLE color: 13320332.

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

Color convert

RGB 140 64 203 -
CMYK 0.31 0.68 0 0.20
HSL 272.81º 0.57% 0.52% -
HSV(B) 272.81º 0.68% 0.8% -
XYZ 23.43 13.55 57.88 -
YUV 102.57 184.68 154.7 -
System Red Green Blue C M Y K H S L
Decimal 140 64 203 0.31 0.68 0 0.20 272.81 0.57 0.52
Hex 8C 40 CB 1F 44 0 14 111 39 34
Octal 214 100 313 37 104 0 24 421 71 64
Binary 10001100 1000000 11001011 11111 1000100 0 10100 100010001 111001 110100

Color Harmonies of #8C40CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C40CB

Black with #8C40CB

Text Example


Text Example

White with #8C40CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,64,203); }

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

background-color css

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

 a { background-color: rgb(140,64,203); }

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

border-color css

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

 span { border-color: rgb(140,64,203); }

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