Html Css Color HEX #8C22CC Dark Orchid

📋 copy color: '#8C22CC'

red 140 ◦ green 34 ◦ blue 204

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

Shades of Dark Orchid #8C22CC

Tints of Dark Orchid #8C22CC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.99%

 BLUE value IS 204 (80.08% from 255) = 53.97%

R = 37.04%
G = 8.99%
B = 53.97%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C22CC (or 0x8C22CC) is known color: Dark Orchid. HEX triplet: 8C, 22 and CC. RGB value is (140,34,204). Sum of RGB (Red+Green+Blue) = 140+34+204=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C22CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C22CC is #73DD33. Grayscale: #545454. Windows color (decimal): -7593268 or 13378188. OLE color: 13378188.

HSL color Cylindrical-coordinate representation of color #8C22CC: hue angle of 277.41º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C22CC is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 34 204 -
CMYK 0.31 0.83 0 0.2
HSL 277.41º 0.71% 0.47% -
HSV(B) 277.41º 0.83% 0.8% -
XYZ 22.29 11.08 58.09 -
YUV 85.07 195.12 167.18 -
System Red Green Blue C M Y K H S L
Decimal 140 34 204 0.31 0.83 0 0.2 277.41 0.71 0.47
Hex 8C 22 CC 1F 53 0 14 115 47 2F
Octal 214 42 314 37 123 0 24 425 107 57
Binary 10001100 100010 11001100 11111 1010011 0 10100 100010101 1000111 101111

Color Harmonies of #8C22CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C22CC

Black with #8C22CC

Text Example


Text Example

White with #8C22CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,34,204); }

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

background-color css

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

 a { background-color: rgb(140,34,204); }

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

border-color css

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

 span { border-color: rgb(140,34,204); }

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