Html Css Color HEX #8C32CA Dark Orchid

📋 copy color: '#8C32CA'

red 140 ◦ green 50 ◦ blue 202

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

Shades of Dark Orchid #8C32CA

Tints of Dark Orchid #8C32CA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.76%

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

R = 35.71%
G = 12.76%
B = 51.53%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C32CA (or 0x8C32CA) is known color: Dark Orchid. HEX triplet: 8C, 32 and CA. RGB value is (140,50,202). Sum of RGB (Red+Green+Blue) = 140+50+202=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C32CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C32CA is #73CD35. Grayscale: #5D5D5D. Windows color (decimal): -7589174 or 13251212. OLE color: 13251212.

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

Color convert

RGB 140 50 202 -
CMYK 0.31 0.75 0 0.21
HSL 275.53º 0.6% 0.49% -
HSV(B) 275.53º 0.75% 0.79% -
XYZ 22.62 12.12 57.02 -
YUV 94.24 188.82 160.64 -
System Red Green Blue C M Y K H S L
Decimal 140 50 202 0.31 0.75 0 0.21 275.53 0.6 0.49
Hex 8C 32 CA 1F 4B 0 15 114 3C 31
Octal 214 62 312 37 113 0 25 424 74 61
Binary 10001100 110010 11001010 11111 1001011 0 10101 100010100 111100 110001

Color Harmonies of #8C32CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C32CA

Black with #8C32CA

Text Example


Text Example

White with #8C32CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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