Html Css Color HEX #853DCE Dark Orchid

📋 copy color: '#853DCE'

red 133 ◦ green 61 ◦ blue 206

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

Shades of Dark Orchid #853DCE

Tints of Dark Orchid #853DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.25%

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

R = 33.25%
G = 15.25%
B = 51.5%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#853DCE (or 0x853DCE) is known color: Dark Orchid. HEX triplet: 85, 3D and CE. RGB value is (133,61,206). Sum of RGB (Red+Green+Blue) = 133+61+206=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #853DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853DCE is #7AC231. Grayscale: #626262. Windows color (decimal): -8045106 or 13516165. OLE color: 13516165.

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

Color convert

RGB 133 61 206 -
CMYK 0.35 0.70 0 0.19
HSL 269.79º 0.6% 0.52% -
HSV(B) 269.79º 0.7% 0.81% -
XYZ 22.48 12.78 59.67 -
YUV 99.06 188.35 152.21 -
System Red Green Blue C M Y K H S L
Decimal 133 61 206 0.35 0.70 0 0.19 269.79 0.6 0.52
Hex 85 3D CE 23 46 0 13 10E 3C 34
Octal 205 75 316 43 106 0 23 416 74 64
Binary 10000101 111101 11001110 100011 1000110 0 10011 100001110 111100 110100

Color Harmonies of #853DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853DCE

Black with #853DCE

Text Example


Text Example

White with #853DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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