Html Css Color HEX #833DC5 Dark Orchid

📋 copy color: '#833DC5'

red 131 ◦ green 61 ◦ blue 197

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

Shades of Dark Orchid #833DC5

Tints of Dark Orchid #833DC5

RGB

 RED value IS 131 (51.56% from 255) = 33.68%

 GREEN value IS 61 (24.22% from 255) = 15.68%

 BLUE value IS 197 (77.34% from 255) = 50.64%

R = 33.68%
G = 15.68%
B = 50.64%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#833DC5 (or 0x833DC5) is known color: Dark Orchid. HEX triplet: 83, 3D and C5. RGB value is (131,61,197). Sum of RGB (Red+Green+Blue) = 131+61+197=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #833DC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833DC5 is #7CC23A. Grayscale: #606060. Windows color (decimal): -8176187 or 12926339. OLE color: 12926339.

HSL color Cylindrical-coordinate representation of color #833DC5: hue angle of 270.88º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #833DC5 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 131 61 197 -
CMYK 0.34 0.69 0 0.23
HSL 270.88º 0.54% 0.51% -
HSV(B) 270.88º 0.69% 0.77% -
XYZ 21.11 12.19 54.06 -
YUV 97.43 184.19 151.94 -
System Red Green Blue C M Y K H S L
Decimal 131 61 197 0.34 0.69 0 0.23 270.88 0.54 0.51
Hex 83 3D C5 22 45 0 17 10F 36 33
Octal 203 75 305 42 105 0 27 417 66 63
Binary 10000011 111101 11000101 100010 1000101 0 10111 100001111 110110 110011

Color Harmonies of #833DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833DC5

Black with #833DC5

Text Example


Text Example

White with #833DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833DC5; }

 p { color: rgb(131,61,197); }

 H1.HeaderClassName
 {
   color: #833DC5;
 }
 .AnyTagClassName
 {
   color: #833DC5;
 }
</style>

background-color css

<style>
 a { background-color: #833DC5; }

 a { background-color: rgb(131,61,197); }

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

border-color css

<style>
 span { border-color: #833DC5; }

 span { border-color: rgb(131,61,197); }

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