Html Css Color HEX #8C26CA Dark Orchid

📋 copy color: '#8C26CA'

red 140 ◦ green 38 ◦ blue 202

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

Shades of Dark Orchid #8C26CA

Tints of Dark Orchid #8C26CA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10%

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

R = 36.84%
G = 10%
B = 53.16%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C26CA (or 0x8C26CA) is known color: Dark Orchid. HEX triplet: 8C, 26 and CA. RGB value is (140,38,202). Sum of RGB (Red+Green+Blue) = 140+38+202=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C26CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C26CA is #73D935. Grayscale: #565656. Windows color (decimal): -7592246 or 13248140. OLE color: 13248140.

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

Color convert

RGB 140 38 202 -
CMYK 0.31 0.81 0 0.21
HSL 277.32º 0.68% 0.47% -
HSV(B) 277.32º 0.81% 0.79% -
XYZ 22.17 11.23 56.88 -
YUV 87.19 192.79 165.66 -
System Red Green Blue C M Y K H S L
Decimal 140 38 202 0.31 0.81 0 0.21 277.32 0.68 0.47
Hex 8C 26 CA 1F 51 0 15 115 44 2F
Octal 214 46 312 37 121 0 25 425 104 57
Binary 10001100 100110 11001010 11111 1010001 0 10101 100010101 1000100 101111

Color Harmonies of #8C26CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C26CA

Black with #8C26CA

Text Example


Text Example

White with #8C26CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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