Html Css Color HEX #853FCD Dark Orchid

📋 copy color: '#853FCD'

red 133 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #853FCD

Tints of Dark Orchid #853FCD

RGB

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

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

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

R = 33.17%
G = 15.71%
B = 51.12%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#853FCD (or 0x853FCD) is known color: Dark Orchid. HEX triplet: 85, 3F and CD. RGB value is (133,63,205). Sum of RGB (Red+Green+Blue) = 133+63+205=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #853FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853FCD is #7AC032. Grayscale: #636363. Windows color (decimal): -8044595 or 13451141. OLE color: 13451141.

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

Color convert

RGB 133 63 205 -
CMYK 0.35 0.69 0 0.20
HSL 269.58º 0.59% 0.53% -
HSV(B) 269.58º 0.69% 0.8% -
XYZ 22.47 12.95 59.07 -
YUV 100.12 187.19 151.45 -
System Red Green Blue C M Y K H S L
Decimal 133 63 205 0.35 0.69 0 0.20 269.58 0.59 0.53
Hex 85 3F CD 23 45 0 14 10E 3B 35
Octal 205 77 315 43 105 0 24 416 73 65
Binary 10000101 111111 11001101 100011 1000101 0 10100 100001110 111011 110101

Color Harmonies of #853FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853FCD

Black with #853FCD

Text Example


Text Example

White with #853FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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