Html Css Color HEX #852BC7 Dark Orchid

📋 copy color: '#852BC7'

red 133 ◦ green 43 ◦ blue 199

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

Shades of Dark Orchid #852BC7

Tints of Dark Orchid #852BC7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.47%

 BLUE value IS 199 (78.13% from 255) = 53.07%

R = 35.47%
G = 11.47%
B = 53.07%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#852BC7 (or 0x852BC7) is known color: Dark Orchid. HEX triplet: 85, 2B and C7. RGB value is (133,43,199). Sum of RGB (Red+Green+Blue) = 133+43+199=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #852BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BC7 is #7AD438. Grayscale: #575757. Windows color (decimal): -8049721 or 13052805. OLE color: 13052805.

HSL color Cylindrical-coordinate representation of color #852BC7: hue angle of 274.62º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852BC7 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 43 199 -
CMYK 0.33 0.78 0 0.22
HSL 274.62º 0.64% 0.47% -
HSV(B) 274.62º 0.78% 0.78% -
XYZ 20.85 10.84 55.03 -
YUV 87.69 190.82 160.32 -
System Red Green Blue C M Y K H S L
Decimal 133 43 199 0.33 0.78 0 0.22 274.62 0.64 0.47
Hex 85 2B C7 21 4E 0 16 113 40 2F
Octal 205 53 307 41 116 0 26 423 100 57
Binary 10000101 101011 11000111 100001 1001110 0 10110 100010011 1000000 101111

Color Harmonies of #852BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852BC7

Black with #852BC7

Text Example


Text Example

White with #852BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,43,199); }

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

background-color css

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

 a { background-color: rgb(133,43,199); }

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

border-color css

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

 span { border-color: rgb(133,43,199); }

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