Html Css Color HEX #853ACD Dark Orchid

📋 copy color: '#853ACD'

red 133 ◦ green 58 ◦ blue 205

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

Shades of Dark Orchid #853ACD

Tints of Dark Orchid #853ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.65%

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 33.59%
G = 14.65%
B = 51.77%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#853ACD (or 0x853ACD) is known color: Dark Orchid. HEX triplet: 85, 3A and CD. RGB value is (133,58,205). Sum of RGB (Red+Green+Blue) = 133+58+205=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #853ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853ACD is #7AC532. Grayscale: #606060. Windows color (decimal): -8045875 or 13449861. OLE color: 13449861.

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

Color convert

RGB 133 58 205 -
CMYK 0.35 0.72 0 0.20
HSL 270.61º 0.6% 0.52% -
HSV(B) 270.61º 0.72% 0.8% -
XYZ 22.21 12.42 58.98 -
YUV 97.18 188.85 153.55 -
System Red Green Blue C M Y K H S L
Decimal 133 58 205 0.35 0.72 0 0.20 270.61 0.6 0.52
Hex 85 3A CD 23 48 0 14 10F 3C 34
Octal 205 72 315 43 110 0 24 417 74 64
Binary 10000101 111010 11001101 100011 1001000 0 10100 100001111 111100 110100

Color Harmonies of #853ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853ACD

Black with #853ACD

Text Example


Text Example

White with #853ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,58,205); }

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

background-color css

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

 a { background-color: rgb(133,58,205); }

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

border-color css

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

 span { border-color: rgb(133,58,205); }

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