Html Css Color HEX #C746EF Medium Orchid

📋 copy color: '#C746EF'

red 199 ◦ green 70 ◦ blue 239

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

Shades of Medium Orchid #C746EF

Tints of Medium Orchid #C746EF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.78%

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

R = 39.17%
G = 13.78%
B = 47.05%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C746EF (or 0xC746EF) is known color: Medium Orchid. HEX triplet: C7, 46 and EF. RGB value is (199,70,239). Sum of RGB (Red+Green+Blue) = 199+70+239=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 70 (27.73% from 255 or 13.78% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #C746EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C746EF is #38B910. Grayscale: #7F7F7F. Windows color (decimal): -3717393 or 15681223. OLE color: 15681223.

HSL color Cylindrical-coordinate representation of color #C746EF: hue angle of 285.8º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C746EF is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 70 239 -
CMYK 0.17 0.71 0 0.06
HSL 285.8º 0.84% 0.61% -
HSV(B) 285.8º 0.71% 0.94% -
XYZ 41.32 22.75 83.88 -
YUV 127.84 190.74 178.76 -
System Red Green Blue C M Y K H S L
Decimal 199 70 239 0.17 0.71 0 0.06 285.8 0.84 0.61
Hex C7 46 EF 11 47 0 6 11E 54 3D
Octal 307 106 357 21 107 0 6 436 124 75
Binary 11000111 1000110 11101111 10001 1000111 0 110 100011110 1010100 111101

Color Harmonies of #C746EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C746EF

Black with #C746EF

Text Example


Text Example

White with #C746EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C746EF; }

 p { color: rgb(199,70,239); }

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

background-color css

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

 a { background-color: rgb(199,70,239); }

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

border-color css

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

 span { border-color: rgb(199,70,239); }

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