Html Css Color HEX #823EBD Dark Orchid

📋 copy color: '#823EBD'

red 130 ◦ green 62 ◦ blue 189

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

Shades of Dark Orchid #823EBD

Tints of Dark Orchid #823EBD

RGB

 RED value IS 130 (51.17% from 255) = 34.12%

 GREEN value IS 62 (24.61% from 255) = 16.27%

 BLUE value IS 189 (74.22% from 255) = 49.61%

R = 34.12%
G = 16.27%
B = 49.61%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#823EBD (or 0x823EBD) is known color: Dark Orchid. HEX triplet: 82, 3E and BD. RGB value is (130,62,189). Sum of RGB (Red+Green+Blue) = 130+62+189=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #823EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823EBD is #7DC142. Grayscale: #606060. Windows color (decimal): -8241475 or 12402306. OLE color: 12402306.

HSL color Cylindrical-coordinate representation of color #823EBD: hue angle of 272.13º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #823EBD is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 62 189 -
CMYK 0.31 0.67 0 0.26
HSL 272.13º 0.51% 0.49% -
HSV(B) 272.13º 0.67% 0.74% -
XYZ 20.11 11.87 49.37 -
YUV 96.81 180.03 151.67 -
System Red Green Blue C M Y K H S L
Decimal 130 62 189 0.31 0.67 0 0.26 272.13 0.51 0.49
Hex 82 3E BD 1F 43 0 1A 110 33 31
Octal 202 76 275 37 103 0 32 420 63 61
Binary 10000010 111110 10111101 11111 1000011 0 11010 100010000 110011 110001

Color Harmonies of #823EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823EBD

Black with #823EBD

Text Example


Text Example

White with #823EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823EBD; }

 p { color: rgb(130,62,189); }

 H1.HeaderClassName
 {
   color: #823EBD;
 }
 .AnyTagClassName
 {
   color: #823EBD;
 }
</style>

background-color css

<style>
 a { background-color: #823EBD; }

 a { background-color: rgb(130,62,189); }

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

border-color css

<style>
 span { border-color: #823EBD; }

 span { border-color: rgb(130,62,189); }

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