Html Css Color HEX #852FCC Dark Orchid

📋 copy color: '#852FCC'

red 133 ◦ green 47 ◦ blue 204

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

Shades of Dark Orchid #852FCC

Tints of Dark Orchid #852FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.24%

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

R = 34.64%
G = 12.24%
B = 53.13%

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

#852FCC (or 0x852FCC) is known color: Dark Orchid. HEX triplet: 85, 2F and CC. RGB value is (133,47,204). Sum of RGB (Red+Green+Blue) = 133+47+204=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #852FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852FCC is #7AD033. Grayscale: #5A5A5A. Windows color (decimal): -8048692 or 13381509. OLE color: 13381509.

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

Color convert

RGB 133 47 204 -
CMYK 0.35 0.77 0 0.2
HSL 272.87º 0.63% 0.49% -
HSV(B) 272.87º 0.77% 0.8% -
XYZ 21.59 11.38 58.19 -
YUV 90.61 191.99 158.23 -
System Red Green Blue C M Y K H S L
Decimal 133 47 204 0.35 0.77 0 0.2 272.87 0.63 0.49
Hex 85 2F CC 23 4D 0 14 111 3F 31
Octal 205 57 314 43 115 0 24 421 77 61
Binary 10000101 101111 11001100 100011 1001101 0 10100 100010001 111111 110001

Color Harmonies of #852FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852FCC

Black with #852FCC

Text Example


Text Example

White with #852FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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