Html Css Color HEX #853DCC Dark Orchid

📋 copy color: '#853DCC'

red 133 ◦ green 61 ◦ blue 204

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

Shades of Dark Orchid #853DCC

Tints of Dark Orchid #853DCC

RGB

 RED value IS 133 (52.34% from 255) = 33.42%

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

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

R = 33.42%
G = 15.33%
B = 51.26%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#853DCC (or 0x853DCC) is known color: Dark Orchid. HEX triplet: 85, 3D and CC. RGB value is (133,61,204). Sum of RGB (Red+Green+Blue) = 133+61+204=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 61 (24.22% from 255 or 15.33% 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 #853DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853DCC is #7AC233. Grayscale: #626262. Windows color (decimal): -8045108 or 13385093. OLE color: 13385093.

HSL color Cylindrical-coordinate representation of color #853DCC: hue angle of 270.21º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #853DCC is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 61 204 -
CMYK 0.35 0.70 0 0.2
HSL 270.21º 0.58% 0.52% -
HSV(B) 270.21º 0.7% 0.8% -
XYZ 22.24 12.68 58.4 -
YUV 98.83 187.35 152.37 -
System Red Green Blue C M Y K H S L
Decimal 133 61 204 0.35 0.70 0 0.2 270.21 0.58 0.52
Hex 85 3D CC 23 46 0 14 10E 3A 34
Octal 205 75 314 43 106 0 24 416 72 64
Binary 10000101 111101 11001100 100011 1000110 0 10100 100001110 111010 110100

Color Harmonies of #853DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853DCC

Black with #853DCC

Text Example


Text Example

White with #853DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853DCC; }

 p { color: rgb(133,61,204); }

 H1.HeaderClassName
 {
   color: #853DCC;
 }
 .AnyTagClassName
 {
   color: #853DCC;
 }
</style>

background-color css

<style>
 a { background-color: #853DCC; }

 a { background-color: rgb(133,61,204); }

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

border-color css

<style>
 span { border-color: #853DCC; }

 span { border-color: rgb(133,61,204); }

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