Html Css Color HEX #C752EC Medium Orchid

📋 copy color: '#C752EC'

red 199 ◦ green 82 ◦ blue 236

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

Shades of Medium Orchid #C752EC

Tints of Medium Orchid #C752EC

RGB

 RED value IS 199 (78.13% from 255) = 38.49%

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

 BLUE value IS 236 (92.58% from 255) = 45.65%

R = 38.49%
G = 15.86%
B = 45.65%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C752EC (or 0xC752EC) is known color: Medium Orchid. HEX triplet: C7, 52 and EC. RGB value is (199,82,236). Sum of RGB (Red+Green+Blue) = 199+82+236=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #C752EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C752EC is #38AD13. Grayscale: #868686. Windows color (decimal): -3714324 or 15487687. OLE color: 15487687.

HSL color Cylindrical-coordinate representation of color #C752EC: hue angle of 285.58º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C752EC is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 82 236 -
CMYK 0.16 0.65 0 0.07
HSL 285.58º 0.8% 0.62% -
HSV(B) 285.58º 0.65% 0.93% -
XYZ 41.71 24.23 81.84 -
YUV 134.54 185.26 173.98 -
System Red Green Blue C M Y K H S L
Decimal 199 82 236 0.16 0.65 0 0.07 285.58 0.8 0.62
Hex C7 52 EC 10 41 0 7 11E 50 3E
Octal 307 122 354 20 101 0 7 436 120 76
Binary 11000111 1010010 11101100 10000 1000001 0 111 100011110 1010000 111110

Color Harmonies of #C752EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C752EC

Black with #C752EC

Text Example


Text Example

White with #C752EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C752EC; }

 p { color: rgb(199,82,236); }

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

background-color css

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

 a { background-color: rgb(199,82,236); }

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

border-color css

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

 span { border-color: rgb(199,82,236); }

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