Html Css Color HEX #8D2CCF Dark Orchid

📋 copy color: '#8D2CCF'

red 141 ◦ green 44 ◦ blue 207

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

Shades of Dark Orchid #8D2CCF

Tints of Dark Orchid #8D2CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.22%

 BLUE value IS 207 (81.25% from 255) = 52.81%

R = 35.97%
G = 11.22%
B = 52.81%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8D2CCF (or 0x8D2CCF) is known color: Dark Orchid. HEX triplet: 8D, 2C and CF. RGB value is (141,44,207). Sum of RGB (Red+Green+Blue) = 141+44+207=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D2CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2CCF is #72D330. Grayscale: #5B5B5B. Windows color (decimal): -7525169 or 13577357. OLE color: 13577357.

HSL color Cylindrical-coordinate representation of color #8D2CCF: hue angle of 275.71º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D2CCF is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 44 207 -
CMYK 0.32 0.79 0 0.19
HSL 275.71º 0.65% 0.49% -
HSV(B) 275.71º 0.79% 0.81% -
XYZ 23.15 11.97 60.12 -
YUV 91.59 193.14 163.25 -
System Red Green Blue C M Y K H S L
Decimal 141 44 207 0.32 0.79 0 0.19 275.71 0.65 0.49
Hex 8D 2C CF 20 4F 0 13 114 41 31
Octal 215 54 317 40 117 0 23 424 101 61
Binary 10001101 101100 11001111 100000 1001111 0 10011 100010100 1000001 110001

Color Harmonies of #8D2CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2CCF

Black with #8D2CCF

Text Example


Text Example

White with #8D2CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,44,207); }

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

background-color css

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

 a { background-color: rgb(141,44,207); }

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

border-color css

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

 span { border-color: rgb(141,44,207); }

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