Html Css Color HEX #852ECC Dark Orchid

📋 copy color: '#852ECC'

red 133 ◦ green 46 ◦ blue 204

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

Shades of Dark Orchid #852ECC

Tints of Dark Orchid #852ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.01%

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

R = 34.73%
G = 12.01%
B = 53.26%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#852ECC (or 0x852ECC) is known color: Dark Orchid. HEX triplet: 85, 2E and CC. RGB value is (133,46,204). Sum of RGB (Red+Green+Blue) = 133+46+204=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #852ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ECC is #7AD133. Grayscale: #595959. Windows color (decimal): -8048948 or 13381253. OLE color: 13381253.

HSL color Cylindrical-coordinate representation of color #852ECC: hue angle of 273.04º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852ECC is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 46 204 -
CMYK 0.35 0.77 0 0.2
HSL 273.04º 0.63% 0.49% -
HSV(B) 273.04º 0.77% 0.8% -
XYZ 21.55 11.3 58.17 -
YUV 90.03 192.32 158.65 -
System Red Green Blue C M Y K H S L
Decimal 133 46 204 0.35 0.77 0 0.2 273.04 0.63 0.49
Hex 85 2E CC 23 4D 0 14 111 3F 31
Octal 205 56 314 43 115 0 24 421 77 61
Binary 10000101 101110 11001100 100011 1001101 0 10100 100010001 111111 110001

Color Harmonies of #852ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852ECC

Black with #852ECC

Text Example


Text Example

White with #852ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852ECC; }

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

 H1.HeaderClassName
 {
   color: #852ECC;
 }
 .AnyTagClassName
 {
   color: #852ECC;
 }
</style>

background-color css

<style>
 a { background-color: #852ECC; }

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

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

border-color css

<style>
 span { border-color: #852ECC; }

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

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