Html Css Color HEX #853BCC Dark Orchid

📋 copy color: '#853BCC'

red 133 ◦ green 59 ◦ blue 204

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

Shades of Dark Orchid #853BCC

Tints of Dark Orchid #853BCC

RGB

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

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

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

R = 33.59%
G = 14.9%
B = 51.52%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#853BCC (or 0x853BCC) is known color: Dark Orchid. HEX triplet: 85, 3B and CC. RGB value is (133,59,204). Sum of RGB (Red+Green+Blue) = 133+59+204=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #853BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853BCC is #7AC433. Grayscale: #616161. Windows color (decimal): -8045620 or 13384581. OLE color: 13384581.

HSL color Cylindrical-coordinate representation of color #853BCC: hue angle of 270.62º 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 #853BCC is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 59 204 -
CMYK 0.35 0.71 0 0.2
HSL 270.62º 0.59% 0.52% -
HSV(B) 270.62º 0.71% 0.8% -
XYZ 22.14 12.47 58.37 -
YUV 97.66 188.02 153.21 -
System Red Green Blue C M Y K H S L
Decimal 133 59 204 0.35 0.71 0 0.2 270.62 0.59 0.52
Hex 85 3B CC 23 47 0 14 10F 3B 34
Octal 205 73 314 43 107 0 24 417 73 64
Binary 10000101 111011 11001100 100011 1000111 0 10100 100001111 111011 110100

Color Harmonies of #853BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853BCC

Black with #853BCC

Text Example


Text Example

White with #853BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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