Html Css Color HEX #C852EF Medium Orchid

📋 copy color: '#C852EF'

red 200 ◦ green 82 ◦ blue 239

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

Shades of Medium Orchid #C852EF

Tints of Medium Orchid #C852EF

RGB

 RED value IS 200 (78.52% from 255) = 38.39%

 GREEN value IS 82 (32.42% from 255) = 15.74%

 BLUE value IS 239 (93.75% from 255) = 45.87%

R = 38.39%
G = 15.74%
B = 45.87%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C852EF (or 0xC852EF) is known color: Medium Orchid. HEX triplet: C8, 52 and EF. RGB value is (200,82,239). Sum of RGB (Red+Green+Blue) = 200+82+239=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #C852EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C852EF is #37AD10. Grayscale: #868686. Windows color (decimal): -3648785 or 15684296. OLE color: 15684296.

HSL color Cylindrical-coordinate representation of color #C852EF: hue angle of 285.1º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C852EF is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 82 239 -
CMYK 0.16 0.66 0 0.06
HSL 285.1º 0.83% 0.63% -
HSV(B) 285.1º 0.66% 0.94% -
XYZ 42.42 24.55 84.16 -
YUV 135.18 186.59 174.23 -
System Red Green Blue C M Y K H S L
Decimal 200 82 239 0.16 0.66 0 0.06 285.1 0.83 0.63
Hex C8 52 EF 10 42 0 6 11D 53 3F
Octal 310 122 357 20 102 0 6 435 123 77
Binary 11001000 1010010 11101111 10000 1000010 0 110 100011101 1010011 111111

Color Harmonies of #C852EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852EF

Black with #C852EF

Text Example


Text Example

White with #C852EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852EF; }

 p { color: rgb(200,82,239); }

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

background-color css

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

 a { background-color: rgb(200,82,239); }

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

border-color css

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

 span { border-color: rgb(200,82,239); }

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