Html Css Color HEX #853DC8 Dark Orchid

📋 copy color: '#853DC8'

red 133 ◦ green 61 ◦ blue 200

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

Shades of Dark Orchid #853DC8

Tints of Dark Orchid #853DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 50.76%

R = 33.76%
G = 15.48%
B = 50.76%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#853DC8 (or 0x853DC8) is known color: Dark Orchid. HEX triplet: 85, 3D and C8. RGB value is (133,61,200). Sum of RGB (Red+Green+Blue) = 133+61+200=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #853DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853DC8 is #7AC237. Grayscale: #616161. Windows color (decimal): -8045112 or 13122949. OLE color: 13122949.

HSL color Cylindrical-coordinate representation of color #853DC8: hue angle of 271.08º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #853DC8 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 61 200 -
CMYK 0.34 0.69 0 0.22
HSL 271.08º 0.56% 0.51% -
HSV(B) 271.08º 0.7% 0.78% -
XYZ 21.77 12.49 55.91 -
YUV 98.37 185.35 152.7 -
System Red Green Blue C M Y K H S L
Decimal 133 61 200 0.34 0.69 0 0.22 271.08 0.56 0.51
Hex 85 3D C8 22 45 0 16 10F 38 33
Octal 205 75 310 42 105 0 26 417 70 63
Binary 10000101 111101 11001000 100010 1000101 0 10110 100001111 111000 110011

Color Harmonies of #853DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853DC8

Black with #853DC8

Text Example


Text Example

White with #853DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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