Html Css Color HEX #8C38CB Dark Orchid

📋 copy color: '#8C38CB'

red 140 ◦ green 56 ◦ blue 203

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

Shades of Dark Orchid #8C38CB

Tints of Dark Orchid #8C38CB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.04%

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

R = 35.09%
G = 14.04%
B = 50.88%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C38CB (or 0x8C38CB) is known color: Dark Orchid. HEX triplet: 8C, 38 and CB. RGB value is (140,56,203). Sum of RGB (Red+Green+Blue) = 140+56+203=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C38CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C38CB is #73C734. Grayscale: #616161. Windows color (decimal): -7587637 or 13318284. OLE color: 13318284.

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

Color convert

RGB 140 56 203 -
CMYK 0.31 0.72 0 0.20
HSL 274.29º 0.59% 0.51% -
HSV(B) 274.29º 0.72% 0.8% -
XYZ 23.01 12.72 57.74 -
YUV 97.87 187.33 158.05 -
System Red Green Blue C M Y K H S L
Decimal 140 56 203 0.31 0.72 0 0.20 274.29 0.59 0.51
Hex 8C 38 CB 1F 48 0 14 112 3B 33
Octal 214 70 313 37 110 0 24 422 73 63
Binary 10001100 111000 11001011 11111 1001000 0 10100 100010010 111011 110011

Color Harmonies of #8C38CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C38CB

Black with #8C38CB

Text Example


Text Example

White with #8C38CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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