Html Css Color HEX #833FCC Dark Orchid

📋 copy color: '#833FCC'

red 131 ◦ green 63 ◦ blue 204

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

Shades of Dark Orchid #833FCC

Tints of Dark Orchid #833FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.83%

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 32.91%
G = 15.83%
B = 51.26%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#833FCC (or 0x833FCC) is known color: Dark Orchid. HEX triplet: 83, 3F and CC. RGB value is (131,63,204). Sum of RGB (Red+Green+Blue) = 131+63+204=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #833FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833FCC is #7CC033. Grayscale: #626262. Windows color (decimal): -8175668 or 13385603. OLE color: 13385603.

HSL color Cylindrical-coordinate representation of color #833FCC: hue angle of 268.94º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #833FCC is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 63 204 -
CMYK 0.36 0.69 0 0.2
HSL 268.94º 0.58% 0.52% -
HSV(B) 268.94º 0.69% 0.8% -
XYZ 22.04 12.74 58.42 -
YUV 99.41 187.03 150.54 -
System Red Green Blue C M Y K H S L
Decimal 131 63 204 0.36 0.69 0 0.2 268.94 0.58 0.52
Hex 83 3F CC 24 45 0 14 10D 3A 34
Octal 203 77 314 44 105 0 24 415 72 64
Binary 10000011 111111 11001100 100100 1000101 0 10100 100001101 111010 110100

Color Harmonies of #833FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833FCC

Black with #833FCC

Text Example


Text Example

White with #833FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,63,204); }

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

background-color css

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

 a { background-color: rgb(131,63,204); }

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

border-color css

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

 span { border-color: rgb(131,63,204); }

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