Html Css Color HEX #853ECE Dark Orchid

📋 copy color: '#853ECE'

red 133 ◦ green 62 ◦ blue 206

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

Shades of Dark Orchid #853ECE

Tints of Dark Orchid #853ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.37%

R = 33.17%
G = 15.46%
B = 51.37%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#853ECE (or 0x853ECE) is known color: Dark Orchid. HEX triplet: 85, 3E and CE. RGB value is (133,62,206). Sum of RGB (Red+Green+Blue) = 133+62+206=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #853ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853ECE is #7AC131. Grayscale: #636363. Windows color (decimal): -8044850 or 13516421. OLE color: 13516421.

HSL color Cylindrical-coordinate representation of color #853ECE: hue angle of 269.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #853ECE is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 62 206 -
CMYK 0.35 0.70 0 0.19
HSL 269.58º 0.6% 0.53% -
HSV(B) 269.58º 0.7% 0.81% -
XYZ 22.54 12.89 59.69 -
YUV 99.65 188.02 151.79 -
System Red Green Blue C M Y K H S L
Decimal 133 62 206 0.35 0.70 0 0.19 269.58 0.6 0.53
Hex 85 3E CE 23 46 0 13 10E 3C 35
Octal 205 76 316 43 106 0 23 416 74 65
Binary 10000101 111110 11001110 100011 1000110 0 10011 100001110 111100 110101

Color Harmonies of #853ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853ECE

Black with #853ECE

Text Example


Text Example

White with #853ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,62,206); }

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

background-color css

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

 a { background-color: rgb(133,62,206); }

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

border-color css

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

 span { border-color: rgb(133,62,206); }

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