Html Css Color HEX #823CBF Dark Orchid

📋 copy color: '#823CBF'

red 130 ◦ green 60 ◦ blue 191

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

Shades of Dark Orchid #823CBF

Tints of Dark Orchid #823CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.75%

 BLUE value IS 191 (75% from 255) = 50.13%

R = 34.12%
G = 15.75%
B = 50.13%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#823CBF (or 0x823CBF) is known color: Dark Orchid. HEX triplet: 82, 3C and BF. RGB value is (130,60,191). Sum of RGB (Red+Green+Blue) = 130+60+191=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #823CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823CBF is #7DC340. Grayscale: #5F5F5F. Windows color (decimal): -8241985 or 12532866. OLE color: 12532866.

HSL color Cylindrical-coordinate representation of color #823CBF: hue angle of 272.06º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #823CBF is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 60 191 -
CMYK 0.32 0.69 0 0.25
HSL 272.06º 0.52% 0.49% -
HSV(B) 272.06º 0.69% 0.75% -
XYZ 20.23 11.74 50.49 -
YUV 95.86 181.69 152.35 -
System Red Green Blue C M Y K H S L
Decimal 130 60 191 0.32 0.69 0 0.25 272.06 0.52 0.49
Hex 82 3C BF 20 45 0 19 110 34 31
Octal 202 74 277 40 105 0 31 420 64 61
Binary 10000010 111100 10111111 100000 1000101 0 11001 100010000 110100 110001

Color Harmonies of #823CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823CBF

Black with #823CBF

Text Example


Text Example

White with #823CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,60,191); }

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

background-color css

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

 a { background-color: rgb(130,60,191); }

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

border-color css

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

 span { border-color: rgb(130,60,191); }

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