Html Css Color HEX #C746EA Medium Orchid

📋 copy color: '#C746EA'

red 199 ◦ green 70 ◦ blue 234

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

Shades of Medium Orchid #C746EA

Tints of Medium Orchid #C746EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 39.56%
G = 13.92%
B = 46.52%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C746EA (or 0xC746EA) is known color: Medium Orchid. HEX triplet: C7, 46 and EA. RGB value is (199,70,234). Sum of RGB (Red+Green+Blue) = 199+70+234=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 70 (27.73% from 255 or 13.92% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #C746EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C746EA is #38B915. Grayscale: #7E7E7E. Windows color (decimal): -3717398 or 15353543. OLE color: 15353543.

HSL color Cylindrical-coordinate representation of color #C746EA: hue angle of 287.2º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C746EA is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 70 234 -
CMYK 0.15 0.70 0 0.08
HSL 287.2º 0.8% 0.6% -
HSV(B) 287.2º 0.7% 0.92% -
XYZ 40.59 22.46 80.04 -
YUV 127.27 188.24 179.16 -
System Red Green Blue C M Y K H S L
Decimal 199 70 234 0.15 0.70 0 0.08 287.2 0.8 0.6
Hex C7 46 EA F 46 0 8 11F 50 3C
Octal 307 106 352 17 106 0 10 437 120 74
Binary 11000111 1000110 11101010 1111 1000110 0 1000 100011111 1010000 111100

Color Harmonies of #C746EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C746EA

Black with #C746EA

Text Example


Text Example

White with #C746EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C746EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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