Html Css Color HEX #853ECD Dark Orchid

📋 copy color: '#853ECD'

red 133 ◦ green 62 ◦ blue 205

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

Shades of Dark Orchid #853ECD

Tints of Dark Orchid #853ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.25%

R = 33.25%
G = 15.5%
B = 51.25%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#853ECD (or 0x853ECD) is known color: Dark Orchid. HEX triplet: 85, 3E and CD. RGB value is (133,62,205). Sum of RGB (Red+Green+Blue) = 133+62+205=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #853ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853ECD is #7AC132. Grayscale: #636363. Windows color (decimal): -8044851 or 13450885. OLE color: 13450885.

HSL color Cylindrical-coordinate representation of color #853ECD: hue angle of 269.79º degrees, saturation: 0.59, 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 #853ECD is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 62 205 -
CMYK 0.35 0.70 0 0.20
HSL 269.79º 0.59% 0.52% -
HSV(B) 269.79º 0.7% 0.8% -
XYZ 22.41 12.84 59.05 -
YUV 99.53 187.52 151.87 -
System Red Green Blue C M Y K H S L
Decimal 133 62 205 0.35 0.70 0 0.20 269.79 0.59 0.52
Hex 85 3E CD 23 46 0 14 10E 3B 34
Octal 205 76 315 43 106 0 24 416 73 64
Binary 10000101 111110 11001101 100011 1000110 0 10100 100001110 111011 110100

Color Harmonies of #853ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853ECD

Black with #853ECD

Text Example


Text Example

White with #853ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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