#852cca

Color #852CCA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #852CCA

Tints of Dark Orchid #852CCA

Color information

#852CCA (or 0x852CCA) is unknown color: approx Dark Orchid. HEX triplet: 85, 2C and CA. RGB value is (133,44,202). Sum of RGB (Red+Green+Blue) = 133+44+202=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #852CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CCA is #7AD335. Grayscale: #585858. Windows color (decimal): -8049462 or 13249669. OLE color: 13249669.

HSL color Cylindrical-coordinate representation of color #852CCA: hue angle of 273.8º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852CCA is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13344202-
CMYK0.340.7800.21
HSL273.8º64.23%48.24%-
HSV(B)273.8º78.22%79.22%-
XYZ21.2311.0556.89-
YUV88.62191.99159.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 44 (17.58% from 255) = 11.61%
BLUE value IS 202 (79.30% from 255) = 53.30%
R=35.09%
G=11.61%
B=53.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133442020.340.7800.21273.864.2348.24
Hex852CCA224E0151124030
Octal205543124211602542210060
Binary100001011011001100101010001010011100101011000100101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852cca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,44,202); }

 H1.HeaderClassName
 {
   color: #852cca;
 }
 .AnyTagClassName
 {
   color: #852cca;
 }
</style>
background-color css

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

 a { background-color: rgb(133,44,202); }

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

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

 span { border-color: rgb(133,44,202); }

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