Html Css Color HEX #853CCC Dark Orchid

📋 copy color: '#853CCC'

red 133 ◦ green 60 ◦ blue 204

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

Shades of Dark Orchid #853CCC

Tints of Dark Orchid #853CCC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.11%

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

R = 33.5%
G = 15.11%
B = 51.39%

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

#853CCC (or 0x853CCC) is known color: Dark Orchid. HEX triplet: 85, 3C and CC. RGB value is (133,60,204). Sum of RGB (Red+Green+Blue) = 133+60+204=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #853CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853CCC is #7AC333. Grayscale: #616161. Windows color (decimal): -8045364 or 13384837. OLE color: 13384837.

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

Color convert

RGB 133 60 204 -
CMYK 0.35 0.71 0 0.2
HSL 270.42º 0.59% 0.52% -
HSV(B) 270.42º 0.71% 0.8% -
XYZ 22.19 12.58 58.39 -
YUV 98.24 187.68 152.79 -
System Red Green Blue C M Y K H S L
Decimal 133 60 204 0.35 0.71 0 0.2 270.42 0.59 0.52
Hex 85 3C CC 23 47 0 14 10E 3B 34
Octal 205 74 314 43 107 0 24 416 73 64
Binary 10000101 111100 11001100 100011 1000111 0 10100 100001110 111011 110100

Color Harmonies of #853CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853CCC

Black with #853CCC

Text Example


Text Example

White with #853CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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