Html Css Color HEX #852FCB Dark Orchid

📋 copy color: '#852FCB'

red 133 ◦ green 47 ◦ blue 203

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

Shades of Dark Orchid #852FCB

Tints of Dark Orchid #852FCB

RGB

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

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

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

R = 34.73%
G = 12.27%
B = 53%

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

#852FCB (or 0x852FCB) is known color: Dark Orchid. HEX triplet: 85, 2F and CB. RGB value is (133,47,203). Sum of RGB (Red+Green+Blue) = 133+47+203=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #852FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852FCB is #7AD034. Grayscale: #595959. Windows color (decimal): -8048693 or 13315973. OLE color: 13315973.

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

Color convert

RGB 133 47 203 -
CMYK 0.34 0.77 0 0.20
HSL 273.08º 0.62% 0.49% -
HSV(B) 273.08º 0.77% 0.8% -
XYZ 21.47 11.33 57.56 -
YUV 90.5 191.49 158.32 -
System Red Green Blue C M Y K H S L
Decimal 133 47 203 0.34 0.77 0 0.20 273.08 0.62 0.49
Hex 85 2F CB 22 4D 0 14 111 3E 31
Octal 205 57 313 42 115 0 24 421 76 61
Binary 10000101 101111 11001011 100010 1001101 0 10100 100010001 111110 110001

Color Harmonies of #852FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852FCB

Black with #852FCB

Text Example


Text Example

White with #852FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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