Html Css Color HEX #853BCE Dark Orchid

📋 copy color: '#853BCE'

red 133 ◦ green 59 ◦ blue 206

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

Shades of Dark Orchid #853BCE

Tints of Dark Orchid #853BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 33.42%
G = 14.82%
B = 51.76%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#853BCE (or 0x853BCE) is known color: Dark Orchid. HEX triplet: 85, 3B and CE. RGB value is (133,59,206). Sum of RGB (Red+Green+Blue) = 133+59+206=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #853BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853BCE is #7AC431. Grayscale: #616161. Windows color (decimal): -8045618 or 13515653. OLE color: 13515653.

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

Color convert

RGB 133 59 206 -
CMYK 0.35 0.71 0 0.19
HSL 270.2º 0.6% 0.52% -
HSV(B) 270.2º 0.71% 0.81% -
XYZ 22.38 12.57 59.64 -
YUV 97.88 189.02 153.05 -
System Red Green Blue C M Y K H S L
Decimal 133 59 206 0.35 0.71 0 0.19 270.2 0.6 0.52
Hex 85 3B CE 23 47 0 13 10E 3C 34
Octal 205 73 316 43 107 0 23 416 74 64
Binary 10000101 111011 11001110 100011 1000111 0 10011 100001110 111100 110100

Color Harmonies of #853BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853BCE

Black with #853BCE

Text Example


Text Example

White with #853BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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