Html Css Color HEX #852CBC Dark Orchid

📋 copy color: '#852CBC'

red 133 ◦ green 44 ◦ blue 188

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

Shades of Dark Orchid #852CBC

Tints of Dark Orchid #852CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.05%

 BLUE value IS 188 (73.83% from 255) = 51.51%

R = 36.44%
G = 12.05%
B = 51.51%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#852CBC (or 0x852CBC) is known color: Dark Orchid. HEX triplet: 85, 2C and BC. RGB value is (133,44,188). Sum of RGB (Red+Green+Blue) = 133+44+188=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #852CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CBC is #7AD343. Grayscale: #565656. Windows color (decimal): -8049476 or 12332165. OLE color: 12332165.

HSL color Cylindrical-coordinate representation of color #852CBC: hue angle of 277.08º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852CBC is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 44 188 -
CMYK 0.29 0.77 0 0.26
HSL 277.08º 0.62% 0.45% -
HSV(B) 277.08º 0.77% 0.74% -
XYZ 19.65 10.42 48.55 -
YUV 87.03 184.99 160.79 -
System Red Green Blue C M Y K H S L
Decimal 133 44 188 0.29 0.77 0 0.26 277.08 0.62 0.45
Hex 85 2C BC 1D 4D 0 1A 115 3E 2D
Octal 205 54 274 35 115 0 32 425 76 55
Binary 10000101 101100 10111100 11101 1001101 0 11010 100010101 111110 101101

Color Harmonies of #852CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852CBC

Black with #852CBC

Text Example


Text Example

White with #852CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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