Html Css Color HEX #853FCC Dark Orchid

📋 copy color: '#853FCC'

red 133 ◦ green 63 ◦ blue 204

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

Shades of Dark Orchid #853FCC

Tints of Dark Orchid #853FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51%

R = 33.25%
G = 15.75%
B = 51%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#853FCC (or 0x853FCC) is known color: Dark Orchid. HEX triplet: 85, 3F and CC. RGB value is (133,63,204). Sum of RGB (Red+Green+Blue) = 133+63+204=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #853FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853FCC is #7AC033. Grayscale: #636363. Windows color (decimal): -8044596 or 13385605. OLE color: 13385605.

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

Color convert

RGB 133 63 204 -
CMYK 0.35 0.69 0 0.2
HSL 269.79º 0.58% 0.52% -
HSV(B) 269.79º 0.69% 0.8% -
XYZ 22.35 12.9 58.44 -
YUV 100 186.69 151.54 -
System Red Green Blue C M Y K H S L
Decimal 133 63 204 0.35 0.69 0 0.2 269.79 0.58 0.52
Hex 85 3F CC 23 45 0 14 10E 3A 34
Octal 205 77 314 43 105 0 24 416 72 64
Binary 10000101 111111 11001100 100011 1000101 0 10100 100001110 111010 110100

Color Harmonies of #853FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853FCC

Black with #853FCC

Text Example


Text Example

White with #853FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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