Html Css Color HEX #8D25CB Dark Orchid

📋 copy color: '#8D25CB'

red 141 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #8D25CB

Tints of Dark Orchid #8D25CB

RGB

 RED value IS 141 (55.47% from 255) = 37.01%

 GREEN value IS 37 (14.84% from 255) = 9.71%

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

R = 37.01%
G = 9.71%
B = 53.28%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D25CB (or 0x8D25CB) is known color: Dark Orchid. HEX triplet: 8D, 25 and CB. RGB value is (141,37,203). Sum of RGB (Red+Green+Blue) = 141+37+203=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D25CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D25CB is #72DA34. Grayscale: #565656. Windows color (decimal): -7526965 or 13313421. OLE color: 13313421.

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

Color convert

RGB 141 37 203 -
CMYK 0.31 0.82 0 0.20
HSL 277.59º 0.69% 0.47% -
HSV(B) 277.59º 0.82% 0.8% -
XYZ 22.43 11.3 57.5 -
YUV 87.02 193.46 166.5 -
System Red Green Blue C M Y K H S L
Decimal 141 37 203 0.31 0.82 0 0.20 277.59 0.69 0.47
Hex 8D 25 CB 1F 52 0 14 116 45 2F
Octal 215 45 313 37 122 0 24 426 105 57
Binary 10001101 100101 11001011 11111 1010010 0 10100 100010110 1000101 101111

Color Harmonies of #8D25CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D25CB

Black with #8D25CB

Text Example


Text Example

White with #8D25CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,37,203); }

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

background-color css

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

 a { background-color: rgb(141,37,203); }

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

border-color css

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

 span { border-color: rgb(141,37,203); }

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