Html Css Color HEX #8C22CB Dark Orchid

📋 copy color: '#8C22CB'

red 140 ◦ green 34 ◦ blue 203

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

Shades of Dark Orchid #8C22CB

Tints of Dark Orchid #8C22CB

RGB

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

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

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

R = 37.14%
G = 9.02%
B = 53.85%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C22CB (or 0x8C22CB) is known color: Dark Orchid. HEX triplet: 8C, 22 and CB. RGB value is (140,34,203). Sum of RGB (Red+Green+Blue) = 140+34+203=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C22CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C22CB is #73DD34. Grayscale: #545454. Windows color (decimal): -7593269 or 13312652. OLE color: 13312652.

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

Color convert

RGB 140 34 203 -
CMYK 0.31 0.83 0 0.20
HSL 277.63º 0.71% 0.46% -
HSV(B) 277.63º 0.83% 0.8% -
XYZ 22.17 11.03 57.46 -
YUV 84.96 194.62 167.26 -
System Red Green Blue C M Y K H S L
Decimal 140 34 203 0.31 0.83 0 0.20 277.63 0.71 0.46
Hex 8C 22 CB 1F 53 0 14 116 47 2E
Octal 214 42 313 37 123 0 24 426 107 56
Binary 10001100 100010 11001011 11111 1010011 0 10100 100010110 1000111 101110

Color Harmonies of #8C22CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C22CB

Black with #8C22CB

Text Example


Text Example

White with #8C22CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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