Html Css Color HEX #853BCD Dark Orchid

📋 copy color: '#853BCD'

red 133 ◦ green 59 ◦ blue 205

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

Shades of Dark Orchid #853BCD

Tints of Dark Orchid #853BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.86%

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

R = 33.5%
G = 14.86%
B = 51.64%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#853BCD (or 0x853BCD) is known color: Dark Orchid. HEX triplet: 85, 3B and CD. RGB value is (133,59,205). Sum of RGB (Red+Green+Blue) = 133+59+205=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #853BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853BCD is #7AC432. Grayscale: #616161. Windows color (decimal): -8045619 or 13450117. OLE color: 13450117.

HSL color Cylindrical-coordinate representation of color #853BCD: hue angle of 270.41º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #853BCD is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 59 205 -
CMYK 0.35 0.71 0 0.20
HSL 270.41º 0.59% 0.52% -
HSV(B) 270.41º 0.71% 0.8% -
XYZ 22.26 12.52 59 -
YUV 97.77 188.52 153.13 -
System Red Green Blue C M Y K H S L
Decimal 133 59 205 0.35 0.71 0 0.20 270.41 0.59 0.52
Hex 85 3B CD 23 47 0 14 10E 3B 34
Octal 205 73 315 43 107 0 24 416 73 64
Binary 10000101 111011 11001101 100011 1000111 0 10100 100001110 111011 110100

Color Harmonies of #853BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853BCD

Black with #853BCD

Text Example


Text Example

White with #853BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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