Html Css Color HEX #853ECA Dark Orchid

📋 copy color: '#853ECA'

red 133 ◦ green 62 ◦ blue 202

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

Shades of Dark Orchid #853ECA

Tints of Dark Orchid #853ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.88%

R = 33.5%
G = 15.62%
B = 50.88%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#853ECA (or 0x853ECA) is known color: Dark Orchid. HEX triplet: 85, 3E and CA. RGB value is (133,62,202). Sum of RGB (Red+Green+Blue) = 133+62+202=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #853ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853ECA is #7AC135. Grayscale: #626262. Windows color (decimal): -8044854 or 13254277. OLE color: 13254277.

HSL color Cylindrical-coordinate representation of color #853ECA: hue angle of 270.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #853ECA is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 62 202 -
CMYK 0.34 0.69 0 0.21
HSL 270.43º 0.57% 0.52% -
HSV(B) 270.43º 0.69% 0.79% -
XYZ 22.06 12.7 57.17 -
YUV 99.19 186.02 152.12 -
System Red Green Blue C M Y K H S L
Decimal 133 62 202 0.34 0.69 0 0.21 270.43 0.57 0.52
Hex 85 3E CA 22 45 0 15 10E 39 34
Octal 205 76 312 42 105 0 25 416 71 64
Binary 10000101 111110 11001010 100010 1000101 0 10101 100001110 111001 110100

Color Harmonies of #853ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853ECA

Black with #853ECA

Text Example


Text Example

White with #853ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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