Html Css Color HEX #852ECB Dark Orchid

📋 copy color: '#852ECB'

red 133 ◦ green 46 ◦ blue 203

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

Shades of Dark Orchid #852ECB

Tints of Dark Orchid #852ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 34.82%
G = 12.04%
B = 53.14%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#852ECB (or 0x852ECB) is known color: Dark Orchid. HEX triplet: 85, 2E and CB. RGB value is (133,46,203). Sum of RGB (Red+Green+Blue) = 133+46+203=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 46 (18.36% from 255 or 12.04% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #852ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ECB is #7AD134. Grayscale: #595959. Windows color (decimal): -8048949 or 13315717. OLE color: 13315717.

HSL color Cylindrical-coordinate representation of color #852ECB: hue angle of 273.25º 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 #852ECB is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 46 203 -
CMYK 0.34 0.77 0 0.20
HSL 273.25º 0.63% 0.49% -
HSV(B) 273.25º 0.77% 0.8% -
XYZ 21.43 11.25 57.54 -
YUV 89.91 191.82 158.73 -
System Red Green Blue C M Y K H S L
Decimal 133 46 203 0.34 0.77 0 0.20 273.25 0.63 0.49
Hex 85 2E CB 22 4D 0 14 111 3F 31
Octal 205 56 313 42 115 0 24 421 77 61
Binary 10000101 101110 11001011 100010 1001101 0 10100 100010001 111111 110001

Color Harmonies of #852ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852ECB

Black with #852ECB

Text Example


Text Example

White with #852ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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