Html Css Color HEX #853FCA Dark Orchid

📋 copy color: '#853FCA'

red 133 ◦ green 63 ◦ blue 202

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

Shades of Dark Orchid #853FCA

Tints of Dark Orchid #853FCA

RGB

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

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

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

R = 33.42%
G = 15.83%
B = 50.75%

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

#853FCA (or 0x853FCA) is known color: Dark Orchid. HEX triplet: 85, 3F and CA. RGB value is (133,63,202). Sum of RGB (Red+Green+Blue) = 133+63+202=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #853FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853FCA is #7AC035. Grayscale: #636363. Windows color (decimal): -8044598 or 13254533. OLE color: 13254533.

HSL color Cylindrical-coordinate representation of color #853FCA: hue angle of 270.22º 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 #853FCA is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 63 202 -
CMYK 0.34 0.69 0 0.21
HSL 270.22º 0.57% 0.52% -
HSV(B) 270.22º 0.69% 0.79% -
XYZ 22.11 12.81 57.18 -
YUV 99.78 185.69 151.7 -
System Red Green Blue C M Y K H S L
Decimal 133 63 202 0.34 0.69 0 0.21 270.22 0.57 0.52
Hex 85 3F CA 22 45 0 15 10E 39 34
Octal 205 77 312 42 105 0 25 416 71 64
Binary 10000101 111111 11001010 100010 1000101 0 10101 100001110 111001 110100

Color Harmonies of #853FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853FCA

Black with #853FCA

Text Example


Text Example

White with #853FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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